diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2017-10-02 23:30:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-03 14:54:21 -0400 |
commit | a8d75480b21caeeb775cf303baef794edee3b691 (patch) | |
tree | 7f6c45261986c0be6a9f968e478b7ddb6ade7175 /recipes-bsp/prueth-fw/prueth-fw_git.bb | |
parent | 6c671573fb28818dbdf246ed6d8a8d31a9342340 (diff) | |
download | meta-ti-a8d75480b21caeeb775cf303baef794edee3b691.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>
Diffstat (limited to 'recipes-bsp/prueth-fw/prueth-fw_git.bb')
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw_git.bb | 6 |
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" | |||
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 = "5.1.4" |
7 | PR = "r2" | 7 | PR = "r0" |
8 | 8 | ||
9 | CLEANBROKEN = "1" | 9 | CLEANBROKEN = "1" |
10 | 10 | ||
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" | |||
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | SRCREV = "6e1cf7bbc7e8050cb5c64a9098ed0b8a5c9de884" | 15 | SRCREV = "b9d9e4bef2f32d4b55a63ecfec2e21f7b1eaaa34" |
16 | BRANCH ?= "ti-linux-firmware-4.1.y" | 16 | BRANCH ?= "ti-linux-firmware-4.1.y" |
17 | 17 | ||
18 | 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}" |