diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-08-30 01:17:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-08-29 19:48:15 -0400 |
commit | c8e80c8249222bbf9f180b33ec38cde39d6a230b (patch) | |
tree | 2623512338e035ce59c4fe07df796a6aad58ab1a /recipes-bsp/prueth-fw/prueth-fw_git.bb | |
parent | 011b283c8b5ba14bd4ef89ca922553fa565bf224 (diff) | |
download | meta-ti-c8e80c8249222bbf9f180b33ec38cde39d6a230b.tar.gz |
prueth-fw: update to version 3.1.4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/prueth-fw/prueth-fw_git.bb')
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index 234fba5e..f48bb258 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb | |||
@@ -3,11 +3,9 @@ DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x and AM335x" | |||
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_am57xx-evm = "1.0.0" | 6 | PV = "3.1.4" |
7 | PV_am437x-evm = "2.1.2" | ||
8 | PV_am335x-evm = "2.1.2" | ||
9 | 7 | ||
10 | PR = "r2" | 8 | PR = "r0" |
11 | 9 | ||
12 | CLEANBROKEN = "1" | 10 | CLEANBROKEN = "1" |
13 | 11 | ||
@@ -15,7 +13,7 @@ COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm" | |||
15 | 13 | ||
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
17 | 15 | ||
18 | SRCREV = "4096bf1129c4a707069e685edd44ca64bd51421d" | 16 | SRCREV = "2229dbcb088365e1be8f00af6589e93eddfa3f2f" |
19 | BRANCH ?= "ti-linux-firmware-4.1.y" | 17 | BRANCH ?= "ti-linux-firmware-4.1.y" |
20 | 18 | ||
21 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 19 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" |