diff mbox series

[meta-ti,master,5/5] pruprp-fw: Do not make this firmware package machine specific

Message ID 20240312154243.17627-5-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master,1/5] recipes-bsp: Do not use MACHINE_ARCH when package is not machine specific | expand

Commit Message

Andrew Davis March 12, 2024, 3:42 p.m. UTC
This firmware is named so that the correct firmware is chosen on each
machine. No need to split this package for each machine, combine them
into one non-machine-specific package.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb     | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb b/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
index 842621f6..9d5136c2 100644
--- a/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
+++ b/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
@@ -7,12 +7,14 @@  PR = "${INC_PR}.0"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-TARGET = ""
-TARGET:ti33x = "am335x-pru0-pruprp-fw.elf am335x-pru1-pruprp-fw.elf"
-TARGET:ti43x = "am437x-pru0-pruprp-fw.elf am437x-pru1-pruprp-fw.elf"
-TARGET:am57xx = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf"
+TARGET = " \
+	am335x-pru0-pruprp-fw.elf \
+	am335x-pru1-pruprp-fw.elf \
+	am437x-pru0-pruprp-fw.elf \
+	am437x-pru1-pruprp-fw.elf \
+	am57xx-pru0-pruprp-fw.elf \
+	am57xx-pru1-pruprp-fw.elf \
+"
 
 do_install() {
 	install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss