All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][scarthgap/master][PATCH]  packagegroup-arago-tisdk-graphics : Add ti-gc320-libs-dev package
@ 2025-03-05 16:16 a-christidis
  2025-03-05 18:32 ` Andrew Davis
  0 siblings, 1 reply; 5+ messages in thread
From: a-christidis @ 2025-03-05 16:16 UTC (permalink / raw)
  To: meta-arago

From: Antonios Christidis <a-christidis@ti.com>

Reformat the packagegroup, by creating the GFX_GC320 variable which now
includes ti-gc320-tests and the ti-gc320-libs-dev package. This is needed as
the -dev package includes the symb link for the library.

This patch goes hand in hand with a patch series sent to meta-ti porting gc320
to kernel 6.12 .

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-graphics.bb    | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index a82db154..60806446 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -16,11 +16,17 @@ GFX_UTILS:append:omap-a15  = "\
     glsdk-util-scripts \
 "
 
+GFX_GC320 = "\
+    ti-gc320-libs-dev\
+    ti-gc320-tests\
+"
+    
+
 RDEPENDS:${PN} = "\
     libegl \
     glmark2 \
     kmscube \
-    ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-tests', '', d)} \
+    ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', "${GFX_GC320}", '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', "${GFX_WAYLAND}", '', d)} \
     ${GFX_UTILS} \
 "
-- 
2.34.1



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

end of thread, other threads:[~2025-03-14 21:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05 16:16 [meta-arago][scarthgap/master][PATCH] packagegroup-arago-tisdk-graphics : Add ti-gc320-libs-dev package a-christidis
2025-03-05 18:32 ` Andrew Davis
2025-03-05 19:22   ` Antonios Christidis
2025-03-05 22:31     ` Antonios Christidis
2025-03-14 21:51       ` Denys Dmytriyenko

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.