| Message ID | 20260320221404.3991734-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,1/4] ti-test: Move libsdl2-tests inclusion behind guard | expand |
meta-arago / na / 20260320221404.3991734-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH 1/4] ti-test: Move libsdl2-tests inclusion behind guard - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Fri, 20 Mar 2026 17:14:01 -0500 - Num Patches: 4 - Mailing List (public inbox) Commit SHA: ca4fd7dfb49c28b1b4acb7e9b04b95ff72e00531 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: packagegroup-arago-graphics: Add mesa-demos - Commit SHA: ab710072a9e00c5869fac1c6a42eaac579f078c0 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index 064e3bb7..8125c3fa 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -71,7 +71,6 @@ TI_TEST_EXTRAS_OPENCL = " \ " TI_TEST_EXTRAS = " \ - libsdl2-tests \ python3-pillow \ pytesseract \ python3-numpy \ @@ -80,6 +79,10 @@ TI_TEST_EXTRAS = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'opencl', '${TI_TEST_EXTRAS_OPENCL}', '', d)} \ " +TI_TEST_EXTRAS:append:ti-soc = " \ + libsdl2-tests \ +" + TI_TEST_GRAPHICS_OPENGL = " \ piglit \ offscreendemo \
Cleanup for check layers error. The libsdl2-tests package is gated behind a ti-soc guard, but the inclusion in ti-test is not. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)