| Message ID | 20260306211058.881417-1-t-lannynd@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master] ti-test: Add request and websocket-client to packagegroup | expand |
meta-arago / na / 20260306211058.881417-1-t-lannynd
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] ti-test: Add request and websocket-client to packagegroup
- Submitter: From: Thorsten Lannynd <t-lannynd@ti.com>
- Date: Date: Fri, 6 Mar 2026 15:10:58 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 06deadd037467d6201a37efa3eeb561d43044968
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: check_yocto_rules: Add settings for new emptty recipe
- Commit SHA: 734121fafb74eed2944851c62c11ad8a48af52db
Patches
----------------------------------------
FAIL - [meta-arago][master][PATCH] ti-test: Add request and websocket-client to packagegroup
error: patch failed: meta-arago-test/recipes-core/packagegroups/ti-test.bb:80
error: meta-arago-test/recipes-core/packagegroups/ti-test.bb: patch does not apply
Applying: ti-test: Add request and websocket-client to packagegroup
Patch failed at 0001 ti-test: Add request and websocket-client to packagegroup
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index f2ae1aef..15472466 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -80,6 +80,8 @@ TI_TEST_EXTRAS = " \ python3-pillow \ pytesseract \ python3-numpy \ + python3-requests \ + python3-websocket-client \ wayland-utils \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${TI_TEST_EXTRAS_OPENGL}', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opencl', '${TI_TEST_EXTRAS_OPENCL}', '', d)} \
Add Python packages required for automated Chromium video decode testing. Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++ 1 file changed, 2 insertions(+)