summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-10-29 21:48:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-29 16:47:33 +0000
commit12c2bdc23dc59b9017fc82ccb010cd8fa435eed0 (patch)
tree5b15bc274e8357e523a2522cdc1890d3f29b48a6
parent0483345dfb4b9af56d7f640833c8ecc9638c2e38 (diff)
downloadmeta-ti-12c2bdc23dc59b9017fc82ccb010cd8fa435eed0.tar.gz
prueth-fw-bin: update FW images to 5.1.0.7
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw-bin_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
index b3bbb6bb..1a01446f 100644
--- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx"
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 = "1.0.0" 6PV = "5.1.0.7"
7 7
8CLEANBROKEN = "1" 8CLEANBROKEN = "1"
9 9
@@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm"
11 11
12PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14SRCREV = "5d8d6e8b1ec0d95ea29ca5b1c4ca09c14a6b5166" 14SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6"
15BRANCH ?= "ti-linux-firmware-4.1.y" 15BRANCH ?= "ti-linux-firmware-4.1.y"
16 16
17SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"