summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/prueth-fw
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-10-26 01:43:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-25 18:55:47 -0400
commitb9a690700666bd265ea698fa858e1b9cdcb82bfb (patch)
treeaac4700a2a32c0a395458fdd868119e6e1f32d12 /recipes-bsp/prueth-fw
parent7a2820b86b2a8fdd910182d0507880a6bf4250e2 (diff)
downloadmeta-ti-b9a690700666bd265ea698fa858e1b9cdcb82bfb.tar.gz
prueth-fw: update with k2g-ice firmware images
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/prueth-fw')
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index f48bb258..77445e99 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -1,19 +1,18 @@
1DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x and AM335x" 1DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x, AM335x and K2G"
2 2
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" 4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
5 5
6PV = "3.1.4" 6PV = "3.1.4"
7 7PR = "r1"
8PR = "r0"
9 8
10CLEANBROKEN = "1" 9CLEANBROKEN = "1"
11 10
12COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm" 11COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g"
13 12
14PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
15 14
16SRCREV = "2229dbcb088365e1be8f00af6589e93eddfa3f2f" 15SRCREV = "4ed1022c62bfe4ed4c66112024c8ee1301e9439d"
17BRANCH ?= "ti-linux-firmware-4.1.y" 16BRANCH ?= "ti-linux-firmware-4.1.y"
18 17
19SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" 18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
@@ -23,6 +22,7 @@ S = "${WORKDIR}/git"
23TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" 22TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf"
24TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" 23TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf"
25TARGET_am335x-evm = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" 24TARGET_am335x-evm = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf"
25TARGET_k2g = "k2g-pru0-prueth-fw.elf k2g-pru1-prueth-fw.elf"
26 26
27do_install() { 27do_install() {
28 install -d ${D}${base_libdir}/firmware/ti-pruss 28 install -d ${D}${base_libdir}/firmware/ti-pruss