Add ti-rtos-firmware in packagegroup-arago-console which ensures that TI IPC firmwares are packaged in initramfs based filesystems like tisdk-base-image for k3 platforms
Signed-off-by: Chirag Shilwant <[email protected]> --- v2: Restrict the addition of ti-rtos-firmware for k3 platforms .../recipes-core/packagegroups/packagegroup-arago-console.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb index cd2960c1..76a98fa2 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb @@ -66,6 +66,10 @@ ARAGO_SDK_PREREQ = "\ freetype \ " +ARAGO_SDK_PREREQ:append:k3 = "\ + ti-rtos-firmware \ + " + ARAGO_CONSOLE = "\ ${@bb.utils.contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_EXTRA}', '',d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', '${ARAGO_TSLIB}', d)} \ -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15582): https://lists.yoctoproject.org/g/meta-arago/message/15582 Mute This Topic: https://lists.yoctoproject.org/mt/109180732/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
