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:52:57 -0400 |
| commit | 4c4fc284ba64721eebe7833352f562062a8ce92a (patch) | |
| tree | 38b6068c554db231cb980ef87df1ac05043f7ca7 /recipes-bsp | |
| parent | 7577c6e2bbf50f95c4bb000a5b98c06f4c57b16a (diff) | |
| download | meta-ti-4c4fc284ba64721eebe7833352f562062a8ce92a.tar.gz | |
prueth-fw: update with k2g-ice firmware images
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -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 |
