| Message ID | 20260306211447.882107-1-t-lannynd@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,v2] ti-test: Add request and websocket-client to packagegroup | expand |
meta-arago / na / 20260306211447.882107-1-t-lannynd PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH v2] ti-test: Add request and websocket-client to packagegroup - Submitter: From: Thorsten Lannynd <t-lannynd@ti.com> - Date: Date: Fri, 6 Mar 2026 15:14:47 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 9839f4ea8194ebd1abf7f086ef956fc1941749c2 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Thorsten Lannynd <t-lannynd@ti.com> - Commit Subject: chromium: Upgrade to v142.0.7444.175 - Commit SHA: 939752e7496d2cdaea5648fdb0418ed6a36204c7 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Nothing PROVIDES 'xen-guest-image-minimal' ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index 65cf7f1e..b09ffcd9 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -72,6 +72,8 @@ TI_TEST_EXTRAS = " \ python3-pillow \ pytesseract \ python3-numpy \ + python3-requests \ + python3-websocket-client \ ${@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> --- v2: -Rebased off latest master changes meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++ 1 file changed, 2 insertions(+)