summaryrefslogtreecommitdiff
path: root/packages/dsplink/dsplink.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-08 16:55:12 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-08 16:55:12 +0000
commit9d1651d8477273a9e9bef50e67d7444784eddf19 (patch)
tree8ee4f8970ef308938a3f208103266f707fb38574 /packages/dsplink/dsplink.inc
parent380620bcd66925d18e47d945a631b4f388f5cd8d (diff)
dsplink, codec-engine: put common paths in a .inc file so more recipes can share them
Diffstat (limited to 'packages/dsplink/dsplink.inc')
-rw-r--r--packages/dsplink/dsplink.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc
index 2347068379..f303b6e53f 100644
--- a/packages/dsplink/dsplink.inc
+++ b/packages/dsplink/dsplink.inc
@@ -11,12 +11,7 @@ S = "${WORKDIR}/dsplink_1_50/dsplink"
# Needed for buildscripts
export DSPLINK = "${S}"
-# Path to the dir where the TI tools are unpacked
-TITOOLSDIR ?= "/OE/TI"
-# Path under TITOOLSDIR where dspbios is unpacked
-TIBIOSDIR ?= "bios_5_32_03"
-# Path under TITOOLSDIR where the dsp toolchain is unpacked
-TICGTOOLSDIR ?= "cg6x_6_1_2"
+require ti-paths.inc
DSPLINKPLATFORM ?= "Davinci"