summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2024-03-12 10:42:41 -0500
committerRyan Eatmon <reatmon@ti.com>2024-03-13 08:18:28 -0500
commit41bd985020294b5198c88a3f8eadb3796caac6f7 (patch)
tree0dbf2ddeac476a5911a0d0a34cf28586d868a448 /meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb
parent81b671424f5df102ab7a814454eef30fc89a0517 (diff)
downloadmeta-ti-41bd985020294b5198c88a3f8eadb3796caac6f7.tar.gz
pruhsr-fw: Combine PRU-HSR firmwares into single package
The firmware for different machines and versions are named differently so there is no need to have machine specific packages for each of these firmwares. Move all the PRU-HSR firmwares into single 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/pruhsr-fw/pruhsr-fw_2.17.25.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb24
1 files changed, 16 insertions, 8 deletions
diff --git a/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb b/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb
index fe99cb3e..3b06de9c 100644
--- a/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb
+++ b/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb
@@ -1,18 +1,26 @@
1SUMMARY = "PRU HSR firmware for AM335x/AM437x/AM57xx" 1SUMMARY = "PRU HSR firmware"
2 2
3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc 3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4 4
5PE = "1" 5PE = "1"
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" 8COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx|am65xx|am64xx"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10TARGET = " \
11 11 am335x-pru0-pruhsr-fw.elf \
12TARGET = "" 12 am335x-pru1-pruhsr-fw.elf \
13TARGET:ti33x = "am335x-pru0-pruhsr-fw.elf am335x-pru1-pruhsr-fw.elf" 13 am437x-pru0-pruhsr-fw.elf \
14TARGET:ti43x = "am437x-pru0-pruhsr-fw.elf am437x-pru1-pruhsr-fw.elf" 14 am437x-pru1-pruhsr-fw.elf \
15TARGET:am57xx = "am57xx-pru0-pruhsr-fw.elf am57xx-pru1-pruhsr-fw.elf" 15 am57xx-pru0-pruhsr-fw.elf \
16 am57xx-pru1-pruhsr-fw.elf \
17 am65x-sr2-pru0-pruhsr-fw.elf \
18 am65x-sr2-pru1-pruhsr-fw.elf \
19 am65x-sr2-rtu0-pruhsr-fw.elf \
20 am65x-sr2-rtu1-pruhsr-fw.elf \
21 am65x-sr2-txpru0-pruhsr-fw.elf \
22 am65x-sr2-txpru1-pruhsr-fw.elf \
23"
16 24
17do_install() { 25do_install() {
18 install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss 26 install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss