diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2020-08-26 10:56:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-27 17:57:15 +0000 |
| commit | 5d82cb589f53c4bda665f772535ed896e21f686e (patch) | |
| tree | 751b694e876766ca8a64e95ddfd9029d1c065a99 /recipes-bsp/prusw-fw/prusw-fw_git.bb | |
| parent | f8f5bdbdca3d66c8a86dd96786d993256521a42e (diff) | |
| download | meta-ti-5d82cb589f53c4bda665f772535ed896e21f686e.tar.gz | |
prusw-fw: Package the firmware images from ti-linux-firmware
Directly take the images from ti-linux-firmware instead of using pdk
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/prusw-fw/prusw-fw_git.bb')
| -rw-r--r-- | recipes-bsp/prusw-fw/prusw-fw_git.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes-bsp/prusw-fw/prusw-fw_git.bb b/recipes-bsp/prusw-fw/prusw-fw_git.bb deleted file mode 100644 index 2921fb1d..00000000 --- a/recipes-bsp/prusw-fw/prusw-fw_git.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | DESCRIPTION = "PRU Switch firmware for AM57xx" | ||
| 2 | |||
| 3 | require recipes-ti/includes/ti-paths.inc | ||
| 4 | require recipes-bsp/icss-emac-lld/icss-emac-lld.inc | ||
| 5 | |||
| 6 | LICENSE = "TI-TFL" | ||
| 7 | LIC_FILES_CHKSUM = "file://icss_dualemac/src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3" | ||
| 8 | |||
| 9 | PR = "${INC_PR}.0" | ||
| 10 | |||
| 11 | TI_PDK_COMP = "ti.drv.icss_emac.firmware" | ||
| 12 | |||
| 13 | B = "${S}/icss_switch" | ||
| 14 | |||
| 15 | COMPATIBLE_MACHINE = "dra7xx" | ||
| 16 | |||
| 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 18 | |||
| 19 | DEPENDS = "ti-cgt-pru-native" | ||
| 20 | |||
| 21 | PRU_VERSION = "" | ||
| 22 | PRU_VERSION_dra7xx = "REV2" | ||
| 23 | |||
| 24 | FW_PREFIX = "" | ||
| 25 | FW_PREFIX_dra7xx = "am57xx" | ||
| 26 | |||
| 27 | |||
| 28 | EXTRA_OEMAKE += "CL_PRU_INSTALL_PATH="${TI_CGT_PRU_INSTALL_DIR}" PRU_VERSION_LIST="${PRU_VERSION}"" | ||
| 29 | |||
| 30 | do_install() { | ||
| 31 | install -d ${D}${base_libdir}/firmware/ti-pruss | ||
| 32 | install -m 0644 ./elf/${PRU_VERSION}/icss_stp_switch_PRU0.elf \ | ||
| 33 | ${D}${base_libdir}/firmware/ti-pruss/${FW_PREFIX}-pru0-prusw-fw.elf | ||
| 34 | install -m 0644 ./elf/${PRU_VERSION}/icss_stp_switch_PRU1.elf \ | ||
| 35 | ${D}${base_libdir}/firmware/ti-pruss/${FW_PREFIX}-pru1-prusw-fw.elf | ||
| 36 | } | ||
| 37 | |||
| 38 | FILES_${PN} = "${base_libdir}/firmware" | ||
| 39 | |||
| 40 | INSANE_SKIP_${PN} = "arch" | ||
