summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipumm-fw
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2016-12-16 20:46:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-16 12:44:24 -0500
commit7ea352966bc132535d5be50bded8f4d00d5753fd (patch)
tree4ea77953011a79a7cbb8fc146883d4f3312f22d5 /recipes-bsp/ipumm-fw
parent836656c25c62da330186b6641bd3525a21d49649 (diff)
downloadmeta-ti-7ea352966bc132535d5be50bded8f4d00d5753fd.tar.gz
ipumm-fw: Update SRCREV
This will include the following updates: * Addition of MJPEG Encoder * minor bug fixes * codec updates for mpeg2d Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/ipumm-fw')
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 4bebc2a6..85dfc267 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -9,7 +9,7 @@ python __anonymous() {
9DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode" 9DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
10LICENSE = "TI-TSPA" 10LICENSE = "TI-TSPA"
11 11
12LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=e3e7d6efc7aca87789775198c4ca9f8e" 12LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=5cc572579f07af266ab57fc17d762c7f"
13 13
14COMPATIBLE_MACHINE = "dra7xx" 14COMPATIBLE_MACHINE = "dra7xx"
15 15
@@ -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 = "cd93550ed32c7849de91288e7d90cba3bd89614b" 20SRCREV = "42fd71596b161e79e017e00741433e84705a28a6"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24PV = "3.00.12.00" 24PV = "3.00.12.00"
25PR = "r0" 25PR = "r1"
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