summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-01-29 03:08:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-01-28 23:27:00 +0000
commit7db75cb121bd37dde4fa58594ebcc4104a629f0c (patch)
tree0cdb3959b49cf12c307559eb6e5625f0a490248c
parent9fe044fccc35041b8588d8d8d73a1893f0d13515 (diff)
downloadmeta-ti-7db75cb121bd37dde4fa58594ebcc4104a629f0c.tar.gz
cpsw9g-eth-fw: update to 6.2 to work with latest SYSFW 2019.12 APIs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb b/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb
index ab34e667..cbd71f2d 100644
--- a/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb
+++ b/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "R5 PSDK CPSW9G Ethernet Switch Firmware"
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=04ad0a015d4bb63c2b9e7b112debf3db" 4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=04ad0a015d4bb63c2b9e7b112debf3db"
5 5
6PV = "1.0+git${SRCPV}" 6PV = "6.2+git${SRCPV}"
7PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
8 8
9inherit deploy 9inherit deploy
@@ -11,7 +11,7 @@ inherit update-alternatives
11 11
12PROTOCOL = "git" 12PROTOCOL = "git"
13BRANCH = "master" 13BRANCH = "master"
14SRCREV = "792c06d9a0f2b9d4b150bce4651bdaae2413b28d" 14SRCREV = "4da71504488450f34d65459c1de949da1f984471"
15 15
16SRC_URI = "git://git.ti.com/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}"
17 17