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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17407): https://lists.yoctoproject.org/g/meta-arago/message/17407 Mute This Topic: https://lists.yoctoproject.org/mt/118426468/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
