summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-codec-engine_2.24.01.bb
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2009-10-13 22:20:39 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-13 22:24:06 +0200
commit16a7d3d53eed671e5e51809cdd68cc1b5c6354bd (patch)
treecddbebfa0f1206656b88f1bcc5c0a2a1a713c011 /recipes/ti/ti-codec-engine_2.24.01.bb
parentf1c87869599b3573c2516bf679f3c4b9895ce31e (diff)
TI recipes: make use of factored-out dm355 variables
Diffstat (limited to 'recipes/ti/ti-codec-engine_2.24.01.bb')
-rw-r--r--recipes/ti/ti-codec-engine_2.24.01.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/ti/ti-codec-engine_2.24.01.bb b/recipes/ti/ti-codec-engine_2.24.01.bb
index b2cebe3068..9be02046a4 100644
--- a/recipes/ti/ti-codec-engine_2.24.01.bb
+++ b/recipes/ti/ti-codec-engine_2.24.01.bb
@@ -3,9 +3,10 @@ DESCRIPTION = "Codec Engine 2.24.01 for TI ARM/DSP processors"
require ti-paths.inc
# compile time dependencies
-DEPENDS_dm6446-evm += "ti-xdctools-native ti-cgt6x-native ti-dspbios-native ti-dsplink-module"
-DEPENDS_armv7a += "ti-cgt6x-native ti-dspbios-native ti-xdctools-native ti-dsplink-module"
-DEPENDS_dm355-evm += "ti-xdctools-native"
+DEPENDS = "ti-xdctools-native"
+
+DEPENDS_append_dm6446-evm = " ti-cgt6x-native ti-dspbios-native ti-dsplink-module"
+DEPENDS_append_armv7a = " ti-cgt6x-native ti-dspbios-native ti-dsplink-module"
# tconf from xdctools dislikes '.' in pwd :/
PR = "r7"
@@ -17,16 +18,13 @@ SRC_URI = "http://install.source.dir.local/codec_engine_2_24_01.tar.gz "
S = "${WORKDIR}/codec_engine_2_24_01"
# Define Device variable
-DEVICES_dm355-evm ?= "DM355"
DEVICES_dm6446-evm ?= "DM6446"
# define gppos variable
-GPPOS_dm355-evm ?= "LINUX_GCC"
GPPOS_dm6446-evm ?= "LINUX_GCC"
#define PROGRAM variables
PROGRAMS = "APP_CLIENT DSP_SERVER"
-PROGRAMS_dm355-evm ?= "APP_LOCAL"
LINK_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-dsplink-module/packages"
DSPBIOS_DIR="${STAGING_DIR_NATIVE}/ti-dspbios-native"