Message ID | 20241023222445.3313892-1-c-shilwant@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master/scarthgap,v2] recipes-core: packagegroup-arago-console: Add ti-rtos-firmware | expand |
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)} \
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 <c-shilwant@ti.com> --- v2: Restrict the addition of ti-rtos-firmware for k3 platforms .../recipes-core/packagegroups/packagegroup-arago-console.bb | 4 ++++ 1 file changed, 4 insertions(+)