summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2015-07-27 12:54:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-07-27 20:36:04 -0400
commitfed606f46829bebbc3430954979a5f2276fafd89 (patch)
treeede00fdcf5d01e69d0e8fded98ee74a6677d209c
parent94a0f1c1b9a9b31af9c23f0147e0945913ee1273 (diff)
downloadmeta-ti-fed606f46829bebbc3430954979a5f2276fafd89.tar.gz
ipumm-fw: Update download path and checksum
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
index 2e43584f..81de45e1 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
@@ -9,17 +9,17 @@ 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://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6613bc26" 12LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=57d49afcca8f1be47b1c4e79aa06b3ba"
13 13
14COMPATIBLE_MACHINE = "dra7xx" 14COMPATIBLE_MACHINE = "dra7xx"
15PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
16 16
17RDEPENDS_${PN} = "libdce" 17RDEPENDS_${PN} = "libdce"
18 18
19SRC_URI = "http://arago-project.org/files/short-term/misc/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http" 19SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_08_01/exports/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
20 20
21SRC_URI[md5sum] = "e770dce63fdf218bb19ceb748d9812c0" 21SRC_URI[md5sum] = "a1873333e7676ec1b7fcb18fb8b90696"
22SRC_URI[sha256sum] = "044d49b77560660bdfc29894e669fe8f70dc467c66b4acb49b24722a0799baa1" 22SRC_URI[sha256sum] = "d583d827191a3772f496145cbf81747e10e7ed553d4653379576ac891019d7fb"
23 23
24S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}" 24S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
25 25