Message ID | 20241213163030.59993-1-afd@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] packagegroup-arago: Update TI RTOS firmware package name | 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 76a98fa2..3e0d373d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb @@ -67,7 +67,7 @@ ARAGO_SDK_PREREQ = "\ " ARAGO_SDK_PREREQ:append:k3 = "\ - ti-rtos-firmware \ + ti-rtos-echo-test-fw \ " ARAGO_CONSOLE = "\ 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 aaf53f3d..6b6533f5 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 @@ -55,7 +55,7 @@ UTILS:append:k3 = " mmc-utils \ statcol \ " -UTILS:append:k3 = " ti-rtos-firmware" +UTILS:append:k3 = " ti-rtos-echo-test-fw" UTILS:append:am64xx = " pru-icss" UTILS:append:am62xx = " pru-icss" diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index e8458cef..0bcdc83d 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -109,7 +109,7 @@ TI_TEST_TI_TOOLS:append:omap-a15 = " \ TI_TEST_TI_TOOLS:append:k3 = " \ k3conf \ switch-config \ - ti-rtos-firmware \ + ti-rtos-echo-test-fw \ ti-rpmsg-char \ ti-rpmsg-char-examples \ "
The echo test firmware was renamed in meta-ti, include the new name in the package groups here. Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-console.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 2 +- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)