aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb')
-rw-r--r--recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb b/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb
deleted file mode 100644
index 4707f179..00000000
--- a/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "VPDMA firmware for Video Input Port and Video Processing Engine"
-
-LICENSE = "TI-TSPA"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fd463c9500441ed91d07a0331baa635c"
-
-COMPATIBLE_MACHINE = "dra7xx"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-DEPENDS += "virtual/kernel"
-
-SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vpdma-fw/03-2012/exports/vpdma-fw_03-2012.tar.gz;protocol=http;name=dra7xx-evm"
-SRC_URI[dra7xx-evm.md5sum] = "80176df1350c21d9efa90171789c546e"
-SRC_URI[dra7xx-evm.sha256sum] = "a0b254ffd0c7f481cb3989e632088f5e4a233c73a1c676faa3061721ea60dc90"
-
-S = "${WORKDIR}/vpdma-fw-${PV}"
-TARGET = "vpdma-1b8.bin"
-
-do_install() {
- mkdir -p ${D}${base_libdir}/firmware
- cp ${S}/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
-}
-
-FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
-
-PR = "r1"