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 <florin@balena.io>
This commit is contained in:
Florin Sarbu 2019-06-20 11:10:43 +02:00
parent 9f6652db2a
commit 2301a06a1c

2
.gitmodules vendored
View file

@ -3,7 +3,7 @@
url = https://github.com/balena-os/balena-yocto-scripts.git url = https://github.com/balena-os/balena-yocto-scripts.git
[submodule "layers/poky"] [submodule "layers/poky"]
path = layers/poky path = layers/poky
url = https://git.yoctoproject.org/git/poky url = https://github.com/balena-os/poky
[submodule "layers/meta-openembedded"] [submodule "layers/meta-openembedded"]
path = layers/meta-openembedded path = layers/meta-openembedded
url = https://github.com/openembedded/meta-openembedded url = https://github.com/openembedded/meta-openembedded