summaryrefslogtreecommitdiffstats
path: root/recipes-ti/edma3lld/ti-edma3lld.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/edma3lld/ti-edma3lld.inc
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-split.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/edma3lld/ti-edma3lld.inc')
-rw-r--r--recipes-ti/edma3lld/ti-edma3lld.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-ti/edma3lld/ti-edma3lld.inc b/recipes-ti/edma3lld/ti-edma3lld.inc
deleted file mode 100644
index fb131b66..00000000
--- a/recipes-ti/edma3lld/ti-edma3lld.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "TI EDMA3 Low Level Driver (LLD)"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld"
3SECTION = "devel"
4LICENSE = "TI"
5LIC_FILES_CHKSUM = "file://packages/ti/sdo/edma3/drv/edma3_drv.h;md5=c1aa300aaf369a0a03e7922c1b0bbf8e"
6
7require ../includes/ti-paths.inc
8require ../includes/ti-staging.inc
9require ../includes/ti-eula-unpack.inc
10
11TI_BIN_UNPK_WDEXT="/edma3_lld_${PV}"
12S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}"
13
14SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld/edma3-lld-bios5/${PV}/exports/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin"
15
16BINFILE="EDMA3_LLD_setuplinux_${PV}.bin"
17TI_BIN_UNPK_CMDS="Y:workdir"
18
19do_install() {
20 install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
21 cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
22}
23