summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/pruhsr-fw
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:25 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commite5cfc83cb4087be14376ffa917ad8e1c9a01bcb7 (patch)
treedfd7449e3f21a1eabea1c29a4ffed577b779a7ed /meta-ti-bsp/recipes-bsp/pruhsr-fw
parent78f530158a763e038e49f05722e9d1b875de054b (diff)
downloadmeta-ti-e5cfc83cb4087be14376ffa917ad8e1c9a01bcb7.tar.gz
ti-linux-fw: Do not set source directory when including ti-linux-fw.inc
The common include ti-linux-fw.inc already includes setting this, no need to set it in each recipe, remove that. 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')
-rw-r--r--meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb2
-rw-r--r--meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb b/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
index 12f7b729..a1fe13d3 100644
--- a/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
+++ b/meta-ti-bsp/recipes-bsp/pruhsr-fw/pruhsr-fw-am65x-sr2_git.bb
@@ -9,8 +9,6 @@ COMPATIBLE_MACHINE = "am65xx-evm|am64xx"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11 11
12S = "${WORKDIR}/git"
13
14TARGET = " \ 12TARGET = " \
15 am65x-sr2-pru0-pruhsr-fw.elf \ 13 am65x-sr2-pru0-pruhsr-fw.elf \
16 am65x-sr2-pru1-pruhsr-fw.elf \ 14 am65x-sr2-pru1-pruhsr-fw.elf \
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 47c272a8..2cba6350 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
@@ -9,8 +9,6 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11 11
12S = "${WORKDIR}/git"
13
14TARGET = "" 12TARGET = ""
15TARGET:ti33x = "am335x-pru0-pruhsr-fw.elf am335x-pru1-pruhsr-fw.elf" 13TARGET:ti33x = "am335x-pru0-pruhsr-fw.elf am335x-pru1-pruhsr-fw.elf"
16TARGET:ti43x = "am437x-pru0-pruhsr-fw.elf am437x-pru1-pruhsr-fw.elf" 14TARGET:ti43x = "am437x-pru0-pruhsr-fw.elf am437x-pru1-pruhsr-fw.elf"