diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-12-16 20:46:22 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-16 12:44:24 -0500 |
commit | 7ea352966bc132535d5be50bded8f4d00d5753fd (patch) | |
tree | 4ea77953011a79a7cbb8fc146883d4f3312f22d5 /recipes-bsp/ipumm-fw | |
parent | 836656c25c62da330186b6641bd3525a21d49649 (diff) | |
download | meta-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.bb | 6 |
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() { | |||
9 | DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode" | 9 | DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode" |
10 | LICENSE = "TI-TSPA" | 10 | LICENSE = "TI-TSPA" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=e3e7d6efc7aca87789775198c4ca9f8e" | 12 | LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=5cc572579f07af266ab57fc17d762c7f" |
13 | 13 | ||
14 | COMPATIBLE_MACHINE = "dra7xx" | 14 | COMPATIBLE_MACHINE = "dra7xx" |
15 | 15 | ||
@@ -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 = "cd93550ed32c7849de91288e7d90cba3bd89614b" | 20 | SRCREV = "42fd71596b161e79e017e00741433e84705a28a6" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PV = "3.00.12.00" | 24 | PV = "3.00.12.00" |
25 | PR = "r0" | 25 | PR = "r1" |
26 | 26 | ||
27 | require recipes-ti/includes/ti-paths.inc | 27 | require recipes-ti/includes/ti-paths.inc |
28 | require recipes-ti/includes/ti-staging.inc | 28 | require recipes-ti/includes/ti-staging.inc |