summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2017-10-02 23:30:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-02 19:59:03 -0400
commita5e4b70409e12d8784eaace950f75b550bf01dea (patch)
tree2780f3eb9289ffcb37568f8a3e12f361b594ec7c
parenta7849a82f1d5e057f2f941ecae20a302f5a33ce8 (diff)
downloadmeta-ti-a5e4b70409e12d8784eaace950f75b550bf01dea.tar.gz
prueth-fw: update to version 5.1.4
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index e8221ec7..8359cf0b 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -3,8 +3,8 @@ DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x, AM335x and K2G"
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 = "5.1.4"
7PR = "r2" 7PR = "r0"
8 8
9CLEANBROKEN = "1" 9CLEANBROKEN = "1"
10 10
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14 14
15SRCREV = "6e1cf7bbc7e8050cb5c64a9098ed0b8a5c9de884" 15SRCREV = "b9d9e4bef2f32d4b55a63ecfec2e21f7b1eaaa34"
16BRANCH ?= "ti-linux-firmware-4.1.y" 16BRANCH ?= "ti-linux-firmware-4.1.y"
17 17
18SRC_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}"