init.sh: switch clone url of yoctoproject to faster github mirror

This commit is contained in:
2025-03-29 20:41:40 +01:00
parent 6bc2f1b7f9
commit 1528ca7279

View File

@@ -151,7 +151,7 @@ if [[ ! " $COMPATIBLE_IMAGE_VERSIONS " =~ " $IMAGE_VERSION " ]]; then
fi
## 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_NAME="$IMAGE_VERSION" #TODO
BUILD_ROOT_DIR="$BASEPATH/$POKY-$IMAGE_VERSION"