[meta-arago][master][PATCH 1/4] ti-test: Move libsdl2-tests inclusion behind guard
Ryan Eatmon <[email protected]> Fri, 20 Mar 2026 17:14:01 -0500
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- 2.43.0