summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-edma3lld-native.inc
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2009-12-18 10:31:09 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:08 +0200
commit8e0a8bd8f275b214d592467f662812bc3b6b5e18 (patch)
tree3e04a284662ef413add3b4fa2f662114db299d96 /recipes/ti/ti-edma3lld-native.inc
parent5f870187bfaf105858b50b3de187e6b12a298d88 (diff)
ti dsp tools : Adding Framework components 2.25.00.04 ti dsp : Adding EDMA low level driver 1.11.00.02 ti-bios-utils: Add BIOSUTILS package 1.02.02 ti-codec-engine : 2.25.00.05 using lite-CE, i.e. without cetools dependency
- improve installer to put dsp server executables next to arm apps - add runtime depends on cmem, dsplink modules - small tweaks for OMAPL138 ti-multimedia-common: Adding new paths for subcomponents ti-dsplink-module: Adding suffix to track kernel version changes angstrom: add infrastructure to set preferred versions for the codec-engine dependency chain - the DEFAULT_PREFERENCE approach didn't scale - add codec-engine 2.25.01 preferred versions and set as default ti-xdais : adding recipe for v6.25.01.08 ti-codec-engine: remove 2.25.01, add 2.25.01.06 ti-framework-components: Add recipe for v2.25.01.05 ti-lpm: Renaming recipe to reflect component version instead of parent version ti-multimedia-common: change path for separately staged lpm ti recipes: remove bogus autotools defines - autotools.bbclass isn't used or needed here ti-lpm-module: switch to TSPA release and fix versioning Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-edma3lld-native.inc')
-rw-r--r--recipes/ti/ti-edma3lld-native.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/ti/ti-edma3lld-native.inc b/recipes/ti/ti-edma3lld-native.inc
new file mode 100644
index 0000000000..8d2627ec5e
--- /dev/null
+++ b/recipes/ti/ti-edma3lld-native.inc
@@ -0,0 +1,17 @@
+require ti-paths.inc
+require ti-edma3lld.inc
+inherit native
+
+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_stage() {
+ install -d ${STAGING_DIR_NATIVE}/ti-edma3lld
+ cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/ti-edma3lld
+}
+
+