diff mbox series

[meta-arago,master/scarthgap,v2] recipes-core: packagegroup-arago-tisdk-addons: Add back kmscube

Message ID 20240604054420.3772763-1-c-shilwant@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap,v2] recipes-core: packagegroup-arago-tisdk-addons: Add back kmscube | expand

Commit Message

Chirag Shilwant June 4, 2024, 5:44 a.m. UTC
- kmscube was earlier packaged as a run time dependency for matrix-gui.
But now as matrix-gui is removed [1], add kmscube manually.

- kmscube can be used by developers to quickly validate the GPU and display
after driver or userspace changes. So it is good to add it back.

[1]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=master&id=e4b33fbc34aa90d156310b3cd1cb23f1d0cadab4

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
v2: Add kmscube in tisdk-graphics packagegroup to limit it's scope
    to platforms with graphics stack

 .../packagegroups/packagegroup-arago-tisdk-graphics.bb           | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 381fa950..a82db154 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
@@ -19,6 +19,7 @@  GFX_UTILS:append:omap-a15  = "\
 RDEPENDS:${PN} = "\
     libegl \
     glmark2 \
+    kmscube \
     ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-tests', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', "${GFX_WAYLAND}", '', d)} \
     ${GFX_UTILS} \