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:
parent
9f6652db2a
commit
2301a06a1c
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue