diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-10-03 15:16:40 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-05 19:14:02 -0400 |
commit | 10c9cf6cc5b89e5afa5ad1383e9eb1896fb3ee04 (patch) | |
tree | 2b0648df8a369cf0b4fea6a4dc7bebff0c57472b | |
parent | a8d75480b21caeeb775cf303baef794edee3b691 (diff) | |
download | meta-ti-10c9cf6cc5b89e5afa5ad1383e9eb1896fb3ee04.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.bb | 4 |
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 9b99a736..9bfdf93f 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 | ||
18 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" | 18 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" |
19 | 19 | ||
20 | SRCREV = "fd441443a4289c801a0c8d9f00b6966f7fe3476c" | 20 | SRCREV = "2aa80581cc7d1d82a1af9a46c37793b2fe8b9d42" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PV = "3.00.13.00" | 24 | PV = "3.00.13.00" |
25 | PR = "r5" | 25 | PR = "r6" |
26 | 26 | ||
27 | require recipes-ti/includes/ti-paths.inc | 27 | require recipes-ti/includes/ti-paths.inc |
28 | 28 | ||