summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Prasad <x0038811@ti.com>2019-03-06 14:33:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-09 01:50:45 +0000
commit68b8ba61b1124ae0ad317265f46cccdbece2fc1b (patch)
tree9a0106c7e602509eae8f96bb3b88b4af45219253
parent2ff4172c52a443b4c303086215cf19060d91ade1 (diff)
downloadmeta-ti-68b8ba61b1124ae0ad317265f46cccdbece2fc1b.tar.gz
ipumm: Update SRCREV with codec fixes
This upgrade brings in the following updates: * MPEG2 Decoder Update to 01.00.18.01 from 01.00.17.01 * VC1 Decoder Update to 01.00.02.08 from 01.00.02.07 Signed-off-by: Ramprasad N <x0038811@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 f9677285..5cb38b05 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 = "e95e96e6d1e112a18d6935a8ede91fefeae70a8f" 20SRCREV = "e4872a8966a267d537399b1babc54e5f66ae8b3b"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24PV = "3.00.15.00" 24PV = "3.00.15.00"
25PR = "r3" 25PR = "r4"
26 26
27require recipes-ti/includes/ti-paths.inc 27require recipes-ti/includes/ti-paths.inc
28 28