From 2301a06a1ca3f710d47c5c45dd6f6aa2d8c1e2a6 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Thu, 20 Jun 2019 11:10:43 +0200 Subject: [PATCH] Change poky submodule to use our github hosted mirror We do this change because we noticed frequent timeouts in different parts of our build infrastructure when pulling the poky repository from https://git.yoctoproject.org/git/poky Changelog-entry: Change the poky submodule to our github mirror Signed-off-by: Florin Sarbu --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d500f46..6f30f17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/balena-os/balena-yocto-scripts.git [submodule "layers/poky"] path = layers/poky - url = https://git.yoctoproject.org/git/poky + url = https://github.com/balena-os/poky [submodule "layers/meta-openembedded"] path = layers/meta-openembedded url = https://github.com/openembedded/meta-openembedded