[oe-commits] Matthieu Poullet : dsplink: change path to the XDC tools directory

GIT User account git at amethyst.openembedded.net
Wed May 20 12:41:17 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 1f4ac66042c418b40641b2ba501d9278fd49d409
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f4ac66042c418b40641b2ba501d9278fd49d409

Author: Matthieu Poullet <matthieu.poullet at gmail.com>
Date:   Tue Apr 28 22:56:50 2009 +0000

dsplink: change path to the XDC tools directory

This way the naming convention is more coherent:
TIBIOSDIR -> BIOS_INSTALL_DIR
TIXDCTOOLSDIR  -> XDC_INSTALL_DIR

Signed-off-by: Matthieu Poullet <m.poullet at avm.de>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/dsplink/ti-paths.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/dsplink/ti-paths.inc b/recipes/dsplink/ti-paths.inc
index 2f1a0e5..20a453f 100644
--- a/recipes/dsplink/ti-paths.inc
+++ b/recipes/dsplink/ti-paths.inc
@@ -9,7 +9,7 @@
 TITOOLSDIR ?= "/OE/TI"
 # Path under TITOOLSDIR where dspbios is unpacked
 TIBIOSDIR ?= "bios_5_33_02"
-TIXDCTOOLSDIR ?= "${TITOOLSDIR}/xdctools_3_10_03"
+TIXDCTOOLSDIR ?= "xdctools_3_10_03"
 # Path under TITOOLSDIR where the dsp toolchain is unpacked
 TICGTOOLSDIR ?= "cg6x_6_0_16"
 
@@ -20,7 +20,7 @@ TICGTOOLSDIR ?= "cg6x_6_0_16"
 # export some more variable to point to external TI tools
 # information is duplicated between the js and make based tools
 export CE_INSTALL_DIR=${S}
-export XDC_INSTALL_DIR=${TIXDCTOOLSDIR}
+export XDC_INSTALL_DIR=${TITOOLSDIR}/${TIXDCTOOLSDIR}
 export BIOS_INSTALL_DIR=${TITOOLSDIR}/${TIBIOSDIR}
 # needed for configuro:
 export CGTOOLS_V5T="${CROSS_DIR}"





More information about the Openembedded-commits mailing list