summaryrefslogtreecommitdiff
path: root/core/defconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-19 22:49:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-19 22:49:53 +0100
commit22d93740b24b592bcc30e23e87b85d346e472697 (patch)
treea77a9f756b4683d205385fac5b0e7a1891a07943 /core/defconfigs
parenta4151c7453a7e96043a1c27afd7b108a4c8fa246 (diff)
downloadembtoolkit-22d93740b24b592bcc30e23e87b85d346e472697.tar.gz
embtoolkit-22d93740b24b592bcc30e23e87b85d346e472697.tar.bz2
embtoolkit-22d93740b24b592bcc30e23e87b85d346e472697.tar.xz
CI: fix build script after move to core/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/defconfigs')
-rwxr-xr-xcore/defconfigs/ci-build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/defconfigs/ci-build.sh b/core/defconfigs/ci-build.sh
index 0b86386..4cd46c2 100755
--- a/core/defconfigs/ci-build.sh
+++ b/core/defconfigs/ci-build.sh
@@ -117,12 +117,12 @@ if [ "x$arch" = "x" ]; then
exit 1
fi
-if [ ! -d $workspace/defconfigs/$arch ]; then
+if [ ! -d $workspace/core/defconfigs/$arch ]; then
perror "Architecture $arch seems not be supported"
exit 1
fi
-if [ ! -e $workspace/defconfigs/$arch/$arch-ci-build.sh ]; then
+if [ ! -e $workspace/core/defconfigs/$arch/$arch-ci-build.sh ]; then
perror "Architecture $arch does not provide specifics"
exit 1
fi
@@ -150,7 +150,7 @@ pinfo "Generating .config file"
#
# arch script
#
-. $workspace/defconfigs/$arch/$arch-ci-build.sh
+. $workspace/core/defconfigs/$arch/$arch-ci-build.sh
#
# toolchain and OS
@@ -169,7 +169,7 @@ if [ ! "x$downloaddir" = "x" ]; then
rm -rf $downloaddir/*.patch
fi
fi
-cat $workspace/defconfigs/common.kconfig >> $workspace/.config
+cat $workspace/core/defconfigs/common.kconfig >> $workspace/.config
pinfo "Starting toolchain build"
set --