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