From: Timo Mueller <timo.muel...@bmw-carit.de> The path to the local repository is assumed to be one level above the scripts folder.
Signed-off-by: Timo Mueller <timo.muel...@bmw-carit.de> --- After cleaning my repository I came across another mistake in the local build. I have no idea why it had worked before and am very sorry about this. In conclusion I retested every possible combination of building (in-tree, out-of-tree, absolute and relative paths, etc.) to make sure that this finally enables the local build for everyone. Again, sorry about this mistake. Best regards, Timo scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 8d8b4c3..e1ec5fc 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -115,7 +115,7 @@ mkdir ${BUILD_DIR} || fail $? "Create temporary build directory ${BUILD_DIR}" GIT_URL=git://git.pokylinux.org/eclipse-poky.git if [ $USE_LOCAL_GIT_REPO -eq 1 ]; then SCRIPT_DIR=`dirname $0` - GIT_DIR=`readlink -f ${SCRIPT_DIR}\..` + GIT_DIR=`readlink -f ${SCRIPT_DIR}/..` GIT_URL="file://${GIT_DIR}" fi -- 1.7.11.7 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto