From: Andrew Davis <[email protected]> The ti-rtos-firmware is common across all K3 devices, only the pru-icss component is variable. Make the appending logic match.
Signed-off-by: Andrew Davis <[email protected]> Reviewed-by: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index f4e72a89..07ae8b07 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -57,13 +57,10 @@ UTILS:append:k3 = " mmc-utils \ statcol \ " -UTILS:append:am64xx = " ti-rtos-firmware pru-icss" -UTILS:append:am62xx = " ti-rtos-firmware" -#UTILS:append:am65xx = " ti-rtos-firmware pru-icss pru-pwm-fw" -UTILS:append:am65xx = " ti-rtos-firmware pru-icss" -UTILS:append:j7 = " ti-rtos-firmware" -UTILS:append:j721e-evm = " pru-icss" -UTILS:append:j721e-hs-evm = " pru-icss" +UTILS:append:k3 = " ti-rtos-firmware" +UTILS:append:am64xx = " pru-icss" +UTILS:append:am65xx = " pru-icss" +UTILS:append:j721e = " pru-icss" UTILS:append:omapl138 = " ti-ipc-rtos-fw" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14109): https://lists.yoctoproject.org/g/meta-arago/message/14109 Mute This Topic: https://lists.yoctoproject.org/mt/94816116/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
