summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2024-03-12 10:42:43 -0500
committerRyan Eatmon <reatmon@ti.com>2024-03-13 08:18:28 -0500
commit0aae212a5b3e173ef6145e3387a457bcf84a472a (patch)
treeb37c94523d12885f31faab5218885f9057a1243d /meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
parent2c4db5806986359b0c7c17ea503801a3b65531ec (diff)
downloadmeta-ti-0aae212a5b3e173ef6145e3387a457bcf84a472a.tar.gz
pruprp-fw: Do not make this firmware package machine specific
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb14
1 files changed, 8 insertions, 6 deletions
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"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" 8COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10TARGET = " \
11 11 am335x-pru0-pruprp-fw.elf \
12TARGET = "" 12 am335x-pru1-pruprp-fw.elf \
13TARGET:ti33x = "am335x-pru0-pruprp-fw.elf am335x-pru1-pruprp-fw.elf" 13 am437x-pru0-pruprp-fw.elf \
14TARGET:ti43x = "am437x-pru0-pruprp-fw.elf am437x-pru1-pruprp-fw.elf" 14 am437x-pru1-pruprp-fw.elf \
15TARGET:am57xx = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf" 15 am57xx-pru0-pruprp-fw.elf \
16 am57xx-pru1-pruprp-fw.elf \
17"
16 18
17do_install() { 19do_install() {
18 install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss 20 install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss