summaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-edma3lld.inc
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-01-07 09:27:10 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:09 +0200
commit0466b4efce3dfabf37b167d78365c3584df01f2e (patch)
treeee0b6022a6e603a0ab7b73ec5458fe7e3fd77ceb /recipes/ti/ti-edma3lld.inc
parentbf6ecab934c08a9c40044287d3ab6a56aa949cc6 (diff)
downloadopenembedded-0466b4efce3dfabf37b167d78365c3584df01f2e.tar.gz
ti recipes: start moving from -native to machine specific
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-edma3lld.inc')
-rw-r--r--recipes/ti/ti-edma3lld.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/ti/ti-edma3lld.inc b/recipes/ti/ti-edma3lld.inc
index 101dc7aaa1..c0df40e1a7 100644
--- a/recipes/ti/ti-edma3lld.inc
+++ b/recipes/ti/ti-edma3lld.inc
@@ -6,3 +6,19 @@ TI_BIN_UNPK_CMDS="Y:workdir"
PE = "1"
+require ti-paths.inc
+require ti-staging.inc
+
+SRC_URI = "http://something/EDMA3_LLD_setuplinux_${PV}.tar.gz;name=edma3lldtarball"
+#http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/edma3_lld/EDMA3-BIOS5-LLD/01_11/edma3_lld_01_11/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin"
+
+#BINFILE="EDMA3_LLD_setuplinux_${PV}.bin"
+
+S = "${WORKDIR}/edma3_lld_${PV}"
+
+do_install() {
+ install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
+ cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
+}
+
+