summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-10-03 15:16:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-03 18:46:49 -0400
commit7136eed3f541a34780aff720727cfc659ce79cd0 (patch)
tree5a666e767b7f56f610dd02398701b17bcf6ecddc
parenta5e4b70409e12d8784eaace950f75b550bf01dea (diff)
downloadmeta-ti-7136eed3f541a34780aff720727cfc659ce79cd0.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 a2d1b325..945c2893 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
28 28