summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2024-03-12 10:42:39 -0500
committerRyan Eatmon <reatmon@ti.com>2024-03-13 08:18:28 -0500
commite37033130d439c1e37d8faa3d74b065d23ff70a9 (patch)
tree6b9189ce7407568302df7333f71b39de901cb235 /meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
parent3482c0b47c63dcf2834495a2347e3e313542da93 (diff)
downloadmeta-ti-e37033130d439c1e37d8faa3d74b065d23ff70a9.tar.gz
recipes-bsp: Do not use MACHINE_ARCH when package is not machine specific
Most firmware does not run on the host and is therefor not architecture specific, at least as far as the package manager is concerned. Although the firmware might not be useful on some machines, the package itself is not machine specific. Remove PACKAGE_ARCH. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
index 2c0736ed..4b6ef75d 100644
--- a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
+++ b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
@@ -7,8 +7,6 @@ PR = "${INC_PR}.0"
7 7
8COMPATIBLE_MACHINE = "am65xx-evm|am64xx" 8COMPATIBLE_MACHINE = "am65xx-evm|am64xx"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}"
11
12TARGET = " \ 10TARGET = " \
13 am65x-sr2-pru0-prueth-fw.elf \ 11 am65x-sr2-pru0-prueth-fw.elf \
14 am65x-sr2-pru1-prueth-fw.elf \ 12 am65x-sr2-pru1-prueth-fw.elf \