summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb28
1 files changed, 20 insertions, 8 deletions
diff --git a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
index 463f3faa..b85355e4 100644
--- a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
+++ b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
@@ -1,17 +1,29 @@
1SUMMARY = "PRU Ethernet firmware for AM57xx, AM437x and AM335x" 1SUMMARY = "PRU Ethernet 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
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.0"
6 6
7COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" 7COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx|am65xx|am64xx"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9TARGET = " \
10 10 am335x-pru0-prueth-fw.elf \
11TARGET = "" 11 am335x-pru1-prueth-fw.elf \
12TARGET:ti33x = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" 12 am437x-pru0-prueth-fw.elf \
13TARGET:ti43x = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" 13 am437x-pru1-prueth-fw.elf \
14TARGET:am57xx = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" 14 am57xx-pru0-prueth-fw.elf \
15 am57xx-pru1-prueth-fw.elf \
16 am65x-pru0-prueth-fw.elf \
17 am65x-pru1-prueth-fw.elf \
18 am65x-rtu0-prueth-fw.elf \
19 am65x-rtu1-prueth-fw.elf \
20 am65x-sr2-pru0-prueth-fw.elf \
21 am65x-sr2-pru1-prueth-fw.elf \
22 am65x-sr2-rtu0-prueth-fw.elf \
23 am65x-sr2-rtu1-prueth-fw.elf \
24 am65x-sr2-txpru0-prueth-fw.elf \
25 am65x-sr2-txpru1-prueth-fw.elf \
26"
15 27
16do_install() { 28do_install() {
17 install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss 29 install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss