summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-04-29 00:24:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-01 18:29:56 -0400
commit911426e195d59b3a932c0ae475a24ba84f3d765b (patch)
tree05e0f8933fc713a19c932a3a0cf10915fd37d04a
parent719059c970be69207398a68ac426e7d25630bfff (diff)
downloadmeta-ti-911426e195d59b3a932c0ae475a24ba84f3d765b.tar.gz
edma3lld: remove outdated v1 recipe
Current v2 version is in recipes-bsp Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Sam Nelson <sam.nelson@ti.com> Cc: Justin Sobota <jsobota@ti.com>
-rw-r--r--recipes-ti/edma3lld/ti-edma3lld.inc23
-rw-r--r--recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb10
2 files changed, 0 insertions, 33 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
diff --git a/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb b/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb
deleted file mode 100644
index 549e0209..00000000
--- a/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1require ti-edma3lld.inc
2
3PV = "01_11_01_04"
4
5SRC_URI_edma3lldsite = "sdo_tii/psp"
6
7SRC_URI[edma3lldbin.md5sum] = "b3c41cb946e2e4b94348fc6bcbe30b16"
8SRC_URI[edma3lldbin.sha256sum] = "617db3eadff33a88e3d42818c204f379906da3b312bc120092408043e7e2aaeb"
9
10INSANE_SKIP_${PN} = "installed-vs-shipped"