From 88867c1d96684925027a0ecc9e25c6ea70040cc6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 11 Jun 2012 20:44:56 -0400 Subject: extras: move things to extras Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko --- extras/recipes-ti/edma3lld/ti-edma3lld.inc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 extras/recipes-ti/edma3lld/ti-edma3lld.inc (limited to 'extras/recipes-ti/edma3lld/ti-edma3lld.inc') diff --git a/extras/recipes-ti/edma3lld/ti-edma3lld.inc b/extras/recipes-ti/edma3lld/ti-edma3lld.inc new file mode 100644 index 00000000..fb131b66 --- /dev/null +++ b/extras/recipes-ti/edma3lld/ti-edma3lld.inc @@ -0,0 +1,23 @@ +DESCRIPTION = "TI EDMA3 Low Level Driver (LLD)" +HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld" +SECTION = "devel" +LICENSE = "TI" +LIC_FILES_CHKSUM = "file://packages/ti/sdo/edma3/drv/edma3_drv.h;md5=c1aa300aaf369a0a03e7922c1b0bbf8e" + +require ../includes/ti-paths.inc +require ../includes/ti-staging.inc +require ../includes/ti-eula-unpack.inc + +TI_BIN_UNPK_WDEXT="/edma3_lld_${PV}" +S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}" + +SRC_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" + +BINFILE="EDMA3_LLD_setuplinux_${PV}.bin" +TI_BIN_UNPK_CMDS="Y:workdir" + +do_install() { + install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} + cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} +} + -- cgit v1.2.3-54-g00ecf