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