From 889b4b974628e6e3ffb134776a9f75a1fd3eb2a4 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 29 Mar 2025 21:03:57 +0100 Subject: [PATCH] init.sh: switch clone url of meta-openembedded to faster github mirror --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index fb1a643..14fe2a3 100755 --- a/init.sh +++ b/init.sh @@ -158,7 +158,7 @@ BUILD_ROOT_DIR="$BASEPATH/$POKY-$IMAGE_VERSION" BUILD_ROOT="$BUILD_ROOT_DIR/build" OE_LAYER_NAME=meta-openembedded -OE_LAYER_GIT_URL=https://git.openembedded.org/meta-openembedded +OE_LAYER_GIT_URL=https://github.com/openembedded/meta-openembedded.git OE_LAYER_PATCH_LIST="" OE_CORE_LAYER_NAME=openembedded-core