.gitmodules: Update poky git URL

Use git directly rather than point at cgit.

Signed-off-by: Will Newton <willn@resin.io>
This commit is contained in:
Will Newton 2017-09-12 16:15:52 +02:00
parent a46e291d46
commit c6ed28b185

2
.gitmodules vendored
View file

@ -3,7 +3,7 @@
url = https://github.com/resin-os/resin-yocto-scripts.git url = https://github.com/resin-os/resin-yocto-scripts.git
[submodule "layers/poky"] [submodule "layers/poky"]
path = layers/poky path = layers/poky
url = http://git.yoctoproject.org/cgit/cgit.cgi/poky url = https://git.yoctoproject.org/git/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