summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/prueth-fw/prueth-fw_git.bb
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:38:30 -0400
commitd93bb23d764fe7d9219ff1db3378e8c05a2bc28b (patch)
tree479e0f601eac33f9e3ed3d9354c098c55ae6d0c5 /recipes-bsp/prueth-fw/prueth-fw_git.bb
parent050cc8c4d9aba7a79c76592b30986f0f6456804e (diff)
downloadmeta-ti-d93bb23d764fe7d9219ff1db3378e8c05a2bc28b.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>
Diffstat (limited to 'recipes-bsp/prueth-fw/prueth-fw_git.bb')
-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}"