summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-05-12 04:47:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-11 20:36:24 -0400
commit9ba3edd7881a15854072951d77c75762bed419f2 (patch)
tree48f8485d6648eb6259351b8c93c8b18fbe206ade
parentd775366e4c4cd9165016a019a210269f5e4b6cc8 (diff)
downloadmeta-ti-9ba3edd7881a15854072951d77c75762bed419f2.tar.gz
prueth-fw: bump to pick up the correct 3.1.4 binaries
Since no version update, bump the PR explicitly. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Suman Anna <s-anna@ti.com> Cc: Dan Murphy <dmurphy@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index 77445e99..e8221ec7 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -4,7 +4,7 @@ LICENSE = "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 = "3.1.4"
7PR = "r1" 7PR = "r2"
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 = "4ed1022c62bfe4ed4c66112024c8ee1301e9439d" 15SRCREV = "6e1cf7bbc7e8050cb5c64a9098ed0b8a5c9de884"
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}"