diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-bsp/pruhsr-fw | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz | |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/pruhsr-fw')
| -rw-r--r-- | recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb b/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb deleted file mode 100644 index 618b1ad6..00000000 --- a/recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | SUMMARY = "PRU HSR firmware for AM335x/AM437x/AM57xx" | ||
| 2 | |||
| 3 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | ||
| 4 | |||
| 5 | PE = "1" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | CLEANBROKEN = "1" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" | ||
| 11 | |||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | TARGET = "" | ||
| 17 | TARGET:ti33x = "am335x-pru0-pruhsr-fw.elf am335x-pru1-pruhsr-fw.elf" | ||
| 18 | TARGET:ti43x = "am437x-pru0-pruhsr-fw.elf am437x-pru1-pruhsr-fw.elf" | ||
| 19 | TARGET:am57xx-evm = "am57xx-pru0-pruhsr-fw.elf am57xx-pru1-pruhsr-fw.elf" | ||
| 20 | TARGET:am57xx-hs-evm = "am57xx-pru0-pruhsr-fw.elf am57xx-pru1-pruhsr-fw.elf" | ||
| 21 | |||
| 22 | do_install() { | ||
| 23 | install -d ${D}${base_libdir}/firmware/ti-pruss | ||
| 24 | for f in ${TARGET}; do | ||
| 25 | install -m 0644 ${S}/ti-pruss/$f ${D}${base_libdir}/firmware/ti-pruss/$f | ||
| 26 | done | ||
| 27 | } | ||
| 28 | |||
| 29 | FILES:${PN} = "${base_libdir}/firmware" | ||
| 30 | |||
| 31 | INSANE_SKIP:${PN} = "arch" | ||
