summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipumm-fw
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-07-01 19:36:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:42:26 -0400
commitf4f82f787cb684ca4129729dbcfe34ee596b74c5 (patch)
treeba066f7103a514d9218515cd8cbd3bb2fe88c5e6 /recipes-bsp/ipumm-fw
parent224e2e31138b7535fecd29c84d3d807c902c7d6b (diff)
downloadmeta-ti-f4f82f787cb684ca4129729dbcfe34ee596b74c5.tar.gz
Update dra7xx-evm settings to use dra7xx SOC_FAMILY
* Update to use the dra7xx SOC_FAMILY instead of the specific dra7xx-evm machine type. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@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.04.02.bb20
1 files changed, 17 insertions, 3 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb
index c3017fed..7f67c39a 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb
@@ -1,13 +1,27 @@
1python __anonymous() {
2 features = bb.data.getVar("MACHINE_FEATURES", d, 1)
3 if not features:
4 return
5 if "mmip" not in features:
6 raise bb.parse.SkipPackage('ipumm-fw does not apply to systems without the "mmip" flag in MACHINE_FEATURES')
7}
8
1DESCRIPTION = "Firmware for IPU " 9DESCRIPTION = "Firmware for IPU "
2 10
3LICENSE = "TI-TSPA" 11LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-Manifest.doc;md5=64ca6f9d7e5243b8a4084eb918a543bc" 12LIC_FILES_CHKSUM_dra7xx = "file://MMIP-${PV}-Manifest.doc;md5=64ca6f9d7e5243b8a4084eb918a543bc"
5LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45" 13LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
6 14
7COMPATIBLE_MACHINE = "omap-a15" 15COMPATIBLE_MACHINE = "omap-a15"
8PACKAGE_ARCH = "${MACHINE_ARCH}" 16PACKAGE_ARCH = "${MACHINE_ARCH}"
9 17
10SRC_URI = "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}" 18# Need to set the PLATFORM variable since now multiple MACHINEs are sharing
19# a common named tarball
20PLATFORM = "UNKNOWN"
21PLATFORM_dra7xx = "dra7xx-evm"
22PLATFORM_omap5-evm = "omap5-evm"
23
24SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${PLATFORM}-3.00.04.02.tar.gz;protocol=http;name=${PLATFORM}"
11 25
12# DRA7xx checksums 26# DRA7xx checksums
13SRC_URI[dra7xx-evm.md5sum] = "da04c03b0fd57901e8283afa80f81379" 27SRC_URI[dra7xx-evm.md5sum] = "da04c03b0fd57901e8283afa80f81379"
@@ -19,7 +33,7 @@ SRC_URI[omap5-evm.sha256sum] = "2fdb469f19e3c9984854f5bc82444fca4d7da869f5e645da
19 33
20S = "${WORKDIR}/ipumm-${MACHINE}-${PV}" 34S = "${WORKDIR}/ipumm-${MACHINE}-${PV}"
21 35
22TARGET_dra7xx-evm = "dra7-ipu2-fw.xem4" 36TARGET_dra7xx = "dra7-ipu2-fw.xem4"
23TARGET_omap5-evm = "ducati-m3-core0.xem3" 37TARGET_omap5-evm = "ducati-m3-core0.xem3"
24 38
25do_install() { 39do_install() {