mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 23:13:18 +02:00
init.sh: switch clone url of yoctoproject to faster github mirror
This commit is contained in:
2
init.sh
2
init.sh
@@ -151,7 +151,7 @@ if [[ ! " $COMPATIBLE_IMAGE_VERSIONS " =~ " $IMAGE_VERSION " ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## Layer sources
|
## Layer sources
|
||||||
YOCTO_GIT_URL="https://git.yoctoproject.org/git/poky"
|
YOCTO_GIT_URL="https://github.com/yoctoproject/poky.git"
|
||||||
POKY="$(basename $YOCTO_GIT_URL)"
|
POKY="$(basename $YOCTO_GIT_URL)"
|
||||||
POKY_NAME="$IMAGE_VERSION" #TODO
|
POKY_NAME="$IMAGE_VERSION" #TODO
|
||||||
BUILD_ROOT_DIR="$BASEPATH/$POKY-$IMAGE_VERSION"
|
BUILD_ROOT_DIR="$BASEPATH/$POKY-$IMAGE_VERSION"
|
||||||
|
Reference in New Issue
Block a user