All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master][PATCH 1/4] ti-test: Move libsdl2-tests inclusion behind guard
@ 2026-03-20 22:14 Ryan Eatmon
  2026-03-20 22:14 ` [meta-arago][master][PATCH 2/4] packagegroup-arago-graphics: Clean up check layer error Ryan Eatmon
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Ryan Eatmon @ 2026-03-20 22:14 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

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(-)

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



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-03-25 15:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 22:14 [meta-arago][master][PATCH 1/4] ti-test: Move libsdl2-tests inclusion behind guard Ryan Eatmon
2026-03-20 22:14 ` [meta-arago][master][PATCH 2/4] packagegroup-arago-graphics: Clean up check layer error Ryan Eatmon
2026-03-20 22:14 ` [meta-arago][master][PATCH 3/4] mesa-demos: Flip to a bbappend Ryan Eatmon
2026-03-20 22:22   ` Randolph Sapp
2026-03-22 19:26     ` Denys Dmytriyenko
2026-03-23 17:16       ` Randolph Sapp
2026-03-24  0:51         ` Denys Dmytriyenko
     [not found]         ` <189FA0BA138E397B.1003@lists.yoctoproject.org>
2026-03-24 18:14           ` Denys Dmytriyenko
2026-03-24 18:20             ` Ryan Eatmon
2026-03-24 18:27               ` Denys Dmytriyenko
     [not found]             ` <189FD9F3C6CA2766.55659@lists.yoctoproject.org>
2026-03-25 15:32               ` Ryan Eatmon
2026-03-20 22:14 ` [meta-arago][master][PATCH 4/4] packagegroup-arago-graphics: Add mesa-demos Ryan Eatmon
2026-03-20 22:19   ` Randolph Sapp
2026-03-20 22:32 ` [meta-arago][master][PATCH 1/4] ti-test: Move libsdl2-tests inclusion behind guard PRC Automation

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.