diff mbox series

[master/kirkstone,07/14] packagegroup-arago-tisdk-addons: Make ti-rtos-firmware available for k3

Message ID 20221104214112.1221365-8-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series 2022.10 sync up with Dunfell | expand

Commit Message

Denys Dmytriyenko Nov. 4, 2022, 9:41 p.m. UTC
From: Andrew Davis <afd@ti.com>

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 <afd@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons.bb  | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
diff mbox series

Patch

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"