summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-10-03 15:43:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-03 18:44:57 -0400
commit1929a174a98e273439725d06c330cf732bf6c9b6 (patch)
tree6e1905ddac7c04140f0b9a2c4993d6444dbe52ee
parente88b3f0ef99d269cca6ef654c67e394672f93ae7 (diff)
downloadmeta-ti-1929a174a98e273439725d06c330cf732bf6c9b6.tar.gz
ipumm-fw: Update new SRCREV on git repo
The ipumm-fw repository had to undergo a forced commit update. This was an unforeseen update and had to be done in urgency. This recipe update takes care of fixing the new commit-id that corresponds to the previous version that was being used. There is no functional change. Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 1a5d2857..1ec98964 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce"
17 17
18SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" 18SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"
19 19
20SRCREV = "fd441443a4289c801a0c8d9f00b6966f7fe3476c" 20SRCREV = "2aa80581cc7d1d82a1af9a46c37793b2fe8b9d42"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24PV = "3.00.13.00" 24PV = "3.00.13.00"
25PR = "r5" 25PR = "r6"
26 26
27require recipes-ti/includes/ti-paths.inc 27require recipes-ti/includes/ti-paths.inc
28require recipes-ti/includes/ti-staging.inc 28require recipes-ti/includes/ti-staging.inc