@@ -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
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(-)