summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb8
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"
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_am57xx-evm = "1.0.0" 6PV = "3.1.4"
7PV_am437x-evm = "2.1.2"
8PV_am335x-evm = "2.1.2"
9 7
10PR = "r2" 8PR = "r0"
11 9
12CLEANBROKEN = "1" 10CLEANBROKEN = "1"
13 11
@@ -15,7 +13,7 @@ COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm"
15 13
16PACKAGE_ARCH = "${MACHINE_ARCH}" 14PACKAGE_ARCH = "${MACHINE_ARCH}"
17 15
18SRCREV = "4096bf1129c4a707069e685edd44ca64bd51421d" 16SRCREV = "2229dbcb088365e1be8f00af6589e93eddfa3f2f"
19BRANCH ?= "ti-linux-firmware-4.1.y" 17BRANCH ?= "ti-linux-firmware-4.1.y"
20 18
21SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" 19SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"