diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-08 16:55:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-08 16:55:12 +0000 |
commit | 9d1651d8477273a9e9bef50e67d7444784eddf19 (patch) | |
tree | 8ee4f8970ef308938a3f208103266f707fb38574 /packages/dsplink/ti-paths.inc | |
parent | 380620bcd66925d18e47d945a631b4f388f5cd8d (diff) |
dsplink, codec-engine: put common paths in a .inc file so more recipes can share them
Diffstat (limited to 'packages/dsplink/ti-paths.inc')
-rw-r--r-- | packages/dsplink/ti-paths.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/dsplink/ti-paths.inc b/packages/dsplink/ti-paths.inc new file mode 100644 index 0000000000..83cbe683c0 --- /dev/null +++ b/packages/dsplink/ti-paths.inc @@ -0,0 +1,8 @@ +# 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" +TIXDCTOOLSDIR ?= "${TIBIOSDIR}/xdctools" +# Path under TITOOLSDIR where the dsp toolchain is unpacked +TICGTOOLSDIR ?= "cg6x_6_1_2" + |