diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-10-26 01:43:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-25 18:55:47 -0400 |
commit | b9a690700666bd265ea698fa858e1b9cdcb82bfb (patch) | |
tree | aac4700a2a32c0a395458fdd868119e6e1f32d12 /recipes-bsp/prueth-fw | |
parent | 7a2820b86b2a8fdd910182d0507880a6bf4250e2 (diff) | |
download | meta-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.bb | 10 |
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 @@ | |||
1 | DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x and AM335x" | 1 | DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x, AM335x and K2G" |
2 | 2 | ||
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" |
5 | 5 | ||
6 | PV = "3.1.4" | 6 | PV = "3.1.4" |
7 | 7 | PR = "r1" | |
8 | PR = "r0" | ||
9 | 8 | ||
10 | CLEANBROKEN = "1" | 9 | CLEANBROKEN = "1" |
11 | 10 | ||
12 | COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm" | 11 | COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" |
13 | 12 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | 14 | ||
16 | SRCREV = "2229dbcb088365e1be8f00af6589e93eddfa3f2f" | 15 | SRCREV = "4ed1022c62bfe4ed4c66112024c8ee1301e9439d" |
17 | BRANCH ?= "ti-linux-firmware-4.1.y" | 16 | BRANCH ?= "ti-linux-firmware-4.1.y" |
18 | 17 | ||
19 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" |
@@ -23,6 +22,7 @@ S = "${WORKDIR}/git" | |||
23 | TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" | 22 | TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" |
24 | TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" | 23 | TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" |
25 | TARGET_am335x-evm = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" | 24 | TARGET_am335x-evm = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" |
25 | TARGET_k2g = "k2g-pru0-prueth-fw.elf k2g-pru1-prueth-fw.elf" | ||
26 | 26 | ||
27 | do_install() { | 27 | do_install() { |
28 | install -d ${D}${base_libdir}/firmware/ti-pruss | 28 | install -d ${D}${base_libdir}/firmware/ti-pruss |