aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-10-18 20:41:44 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-10-18 19:13:24 +0000
commit8f4e073bb46bcbe990840d54f545083737bce0b1 (patch)
treee6716203ee18eb724e7bcdea099db06409d05bc0 /tcwg-abe-extended.yaml
parent6da9b421508867c7170e3b6c2640b7c72d2e792c (diff)
tcwg-abe-extended: Fix extraconfigdir path.
Change-Id: I8899db494ad04b294bfcf969646824cbb48a7fce
Diffstat (limited to 'tcwg-abe-extended.yaml')
-rw-r--r--tcwg-abe-extended.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-abe-extended.yaml b/tcwg-abe-extended.yaml
index ddf9899b..f362e282 100644
--- a/tcwg-abe-extended.yaml
+++ b/tcwg-abe-extended.yaml
@@ -87,7 +87,7 @@
ret=$?
if test ${ret} -eq 0; then
cd _build
- ${BUILD_SHELL} -x ${WORKSPACE}/abe.sh --target arm-linux-gnueabihf --extraconfigdir ../../config/gcc6 --host i686-w64-mingw32 --build all $gccver
+ ${BUILD_SHELL} -x ${WORKSPACE}/abe.sh --target arm-linux-gnueabihf --extraconfigdir ../config/gcc6 --host i686-w64-mingw32 --build all $gccver
ret=$?
fi
#FIXME: check what was actually built