diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-06-26 21:49:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-27 21:07:23 +0000 |
commit | 539cf20d488e1a07344490cbc3d8b02c47714cf2 (patch) | |
tree | 6a8c7ed90aabb4a71b41d28b834fb4635ab506aa /recipes-bsp/prueth-fw | |
parent | 4ca02ae85cc8528483e071ecbfd6c94901b52f9e (diff) | |
download | meta-ti-539cf20d488e1a07344490cbc3d8b02c47714cf2.tar.gz |
prueth-fw-bin: remove prebuilt firmware recipe
* The prueth-fw-am65xx provides the same firmware but built from
sourecs.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/prueth-fw')
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb deleted file mode 100644 index 60dc0879..00000000 --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | SUMMARY = "PRU Ethernet firmware for AM65xx" | ||
2 | |||
3 | LICENSE = "TI-TFL" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | ||
5 | |||
6 | PV = "5.3.0.5" | ||
7 | |||
8 | CLEANBROKEN = "1" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "am65xx-evm" | ||
11 | |||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
13 | |||
14 | SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" | ||
15 | BRANCH ?= "ti-linux-firmware" | ||
16 | |||
17 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | ||
18 | |||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | TARGET = "am65x-pru0-prueth-fw.elf am65x-pru1-prueth-fw.elf am65x-rtu0-prueth-fw.elf am65x-rtu1-prueth-fw.elf" | ||
22 | |||
23 | do_install() { | ||
24 | install -d ${D}${base_libdir}/firmware/ti-pruss | ||
25 | for f in ${TARGET}; do | ||
26 | install -m 0644 ${S}/ti-pruss/$f ${D}${base_libdir}/firmware/ti-pruss/$f | ||
27 | done | ||
28 | } | ||
29 | |||
30 | FILES_${PN} = "${base_libdir}/firmware" | ||
31 | |||
32 | INSANE_SKIP_${PN} = "arch" | ||