diff options
author | Karthik Ramanan <a0393906@ti.com> | 2015-02-23 19:22:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-24 16:11:22 -0500 |
commit | 936fa6c78907f8b1078ea529e733703933ec33f0 (patch) | |
tree | 4087683c4a5799a444e18d7a150eab56840c3214 /recipes-bsp/ipumm-fw | |
parent | 04d062fd4d3f3e457c2a60decaed09f616c0343c (diff) | |
download | meta-ti-936fa6c78907f8b1078ea529e733703933ec33f0.tar.gz |
ipumm-fw: Latest firmware compatible with IPC 3.30.03.14
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_3.00.07.02.bb (renamed from recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb index 1cf24cc2..5b85f83b 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb | |||
@@ -9,19 +9,19 @@ 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_dra7xx = "file://MMIP-${PV}-Manifest.doc;md5=8206ccaf28c2932afb5afd9c9575287c" | 12 | LIC_FILES_CHKSUM_dra7xx = "file://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6613bc26" |
13 | LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45" | 13 | LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE = "dra7xx|omap5-evm" | 15 | COMPATIBLE_MACHINE = "dra7xx|omap5-evm" |
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 16 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
17 | 17 | ||
18 | SRC_URI_dra7xx = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_06_00/exports/ipumm-dra7xx-evm-3.00.06.00.tar.gz;protocol=ftp;name=dra7xx-evm" | 18 | SRC_URI_dra7xx = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_07_02/exports/ipumm-dra7xx-evm-3.00.07.02.tar.gz;protocol=ftp;name=dra7xx-evm" |
19 | 19 | ||
20 | SRC_URI_omap5-evm = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${MACHINE}-3.00.04.02.tar.gz;protocol=http;name=${MACHINE}" | 20 | SRC_URI_omap5-evm = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${MACHINE}-3.00.04.02.tar.gz;protocol=http;name=${MACHINE}" |
21 | 21 | ||
22 | # DRA7xx checksums | 22 | # DRA7xx checksums |
23 | SRC_URI[dra7xx-evm.md5sum] = "8e1ae40eb10d631318d001463fa11d79" | 23 | SRC_URI[dra7xx-evm.md5sum] = "06aaf4f144d48ca16054e67e40cc7bc3" |
24 | SRC_URI[dra7xx-evm.sha256sum] = "30c275146c34d11dbc2dfd568f0bbc3098a13cd981eee8a7a9766cb07d2f1ca5" | 24 | SRC_URI[dra7xx-evm.sha256sum] = "0f07176e313a692a05fa6bfe9f7920b677b0924287121945c6e22b3f4408670c" |
25 | 25 | ||
26 | # OMAP5 checksums | 26 | # OMAP5 checksums |
27 | SRC_URI[omap5-evm.md5sum] = "1572073ebd4f6d127c4e8cf47d270b6a" | 27 | SRC_URI[omap5-evm.md5sum] = "1572073ebd4f6d127c4e8cf47d270b6a" |
@@ -40,4 +40,4 @@ do_install() { | |||
40 | 40 | ||
41 | FILES_${PN} += "${base_libdir}/firmware/${TARGET}" | 41 | FILES_${PN} += "${base_libdir}/firmware/${TARGET}" |
42 | 42 | ||
43 | PR = "r1" | 43 | PR = "r2" |