There is nothing in this demo that makes it specific to any board. Enable these for all devices.
Signed-off-by: Andrew Davis <[email protected]> --- .../packagegroup-arago-tisdk-hmi.bb | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb index a8261bf2..ca528d3d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb @@ -2,35 +2,10 @@ SUMMARY = "Task to add HMI related packages" LICENSE = "MIT" PR = "r0" -PACKAGE_ARCH = "${MACHINE_ARCH}" - inherit packagegroup -HMI = " \ -" - - -HMI:append:ti33x = " \ +RDEPENDS:${PN} = "\ evse-hmi \ protection-relays-hmi \ mmwavegesture-hmi \ " - -HMI:append:ti43x = " \ - evse-hmi \ - mmwavegesture-hmi \ -" - -HMI:append:omap-a15 = " \ - evse-hmi \ - mmwavegesture-hmi \ -" - -HMI:append:am65xx = " \ - evse-hmi \ - mmwavegesture-hmi \ -" - -RDEPENDS:${PN} = "\ - ${HMI} \ -" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15667): https://lists.yoctoproject.org/g/meta-arago/message/15667 Mute This Topic: https://lists.yoctoproject.org/mt/110170262/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
