All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/kirkstone][PATCH] packagegroup-arago-tisdk-addons: Make ti-rtos-firmware available for k3
@ 2022-10-11 17:55 Andrew Davis
  2022-10-11 19:23 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Davis @ 2022-10-11 17:55 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis

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>
---
 .../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 5b6f05c9..d1b48b57 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
@@ -63,13 +63,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.37.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-11 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 17:55 [meta-arago][master/kirkstone][PATCH] packagegroup-arago-tisdk-addons: Make ti-rtos-firmware available for k3 Andrew Davis
2022-10-11 19:23 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.