From 68b8ba61b1124ae0ad317265f46cccdbece2fc1b Mon Sep 17 00:00:00 2001 From: Ram Prasad Date: Wed, 6 Mar 2019 14:33:10 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 4 ++-- 1 file 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" SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" -SRCREV = "e95e96e6d1e112a18d6935a8ede91fefeae70a8f" +SRCREV = "e4872a8966a267d537399b1babc54e5f66ae8b3b" S = "${WORKDIR}/git" PV = "3.00.15.00" -PR = "r3" +PR = "r4" require recipes-ti/includes/ti-paths.inc