summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb')
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb33
1 files changed, 0 insertions, 33 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
deleted file mode 100644
index 81de45e1..00000000
--- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
+++ /dev/null
@@ -1,33 +0,0 @@
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
9DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
10LICENSE = "TI-TSPA"
11
12LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=57d49afcca8f1be47b1c4e79aa06b3ba"
13
14COMPATIBLE_MACHINE = "dra7xx"
15PACKAGE_ARCH = "${MACHINE_ARCH}"
16
17RDEPENDS_${PN} = "libdce"
18
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
21SRC_URI[md5sum] = "a1873333e7676ec1b7fcb18fb8b90696"
22SRC_URI[sha256sum] = "d583d827191a3772f496145cbf81747e10e7ed553d4653379576ac891019d7fb"
23
24S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
25
26TARGET = "dra7-ipu2-fw.xem4"
27
28do_install() {
29 mkdir -p ${D}${base_libdir}/firmware
30 cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
31}
32
33FILES_${PN} += "${base_libdir}/firmware/${TARGET}"