diff options
author | Andrew Davis <afd@ti.com> | 2023-01-03 13:00:11 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-20 15:54:26 -0600 |
commit | ea99bb3a10a6ec098ddbbfec21ab67d0a4925929 (patch) | |
tree | 1c1ef52c100abcd6841d181b768dc8f62f076040 /meta-ti-bsp/recipes-bsp/prueth-fw | |
parent | 2a5a0339d5bd28d6f6aedaf02a6aaa9b73a248e4 (diff) | |
download | meta-ti-ea99bb3a10a6ec098ddbbfec21ab67d0a4925929.tar.gz |
meta-ti-bsp: Add am57xx.inc allowing use of SoC name over full EVM name
In many spots we have to use the full EVM name for each EVM using the
AM57x SoC leading to missed features on some EVMs. Add the am57xx name
so we can generically add for AM57x.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/prueth-fw')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 5 |
1 files changed, 2 insertions, 3 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 9ccce938..4f298a2c 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 | |||
@@ -6,7 +6,7 @@ PR = "${INC_PR}.0" | |||
6 | 6 | ||
7 | CLEANBROKEN = "1" | 7 | CLEANBROKEN = "1" |
8 | 8 | ||
9 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" | 9 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" |
10 | 10 | ||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
12 | 12 | ||
@@ -15,8 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | TARGET = "" | 15 | TARGET = "" |
16 | TARGET:ti33x = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" | 16 | TARGET:ti33x = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" |
17 | TARGET:ti43x = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" | 17 | TARGET:ti43x = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" |
18 | TARGET:am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" | 18 | TARGET:am57xx = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" |
19 | TARGET:am57xx-hs-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" | ||
20 | 19 | ||
21 | do_install() { | 20 | do_install() { |
22 | install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss | 21 | install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss |