diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-10-26 01:43:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-25 18:55:47 -0400 |
commit | 841864ad41a0761e23e37bba040b9a07dfda5f8c (patch) | |
tree | 0666cf30dbc316e579bddd8f4e7849053a332c2e | |
parent | 527d28add9e65508b9833c98e8a44abf7061c200 (diff) | |
download | meta-ti-841864ad41a0761e23e37bba040b9a07dfda5f8c.tar.gz |
ipumm-fw: update to the latest 3.00.12.00 version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 53b42459..4bebc2a6 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 = "7c283ebc252223a728cb542dbc10c3ca0ab53e59" | 20 | SRCREV = "cd93550ed32c7849de91288e7d90cba3bd89614b" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PV = "3.00.11.00" | 24 | PV = "3.00.12.00" |
25 | PR = "r4" | 25 | PR = "r0" |
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 |
@@ -68,5 +68,3 @@ ALTERNATIVE_TARGET[dra7-ipu2-fw.xem4] = "${base_libdir}/firmware/${TARGET}.${BPN | |||
68 | ALTERNATIVE_PRIORITY = "20" | 68 | ALTERNATIVE_PRIORITY = "20" |
69 | 69 | ||
70 | FILES_${PN} += "${base_libdir}/firmware/*" | 70 | FILES_${PN} += "${base_libdir}/firmware/*" |
71 | |||
72 | PR = "r2" | ||