From c6ed28b1850e3a35406b621b78d319748ef783b2 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Tue, 12 Sep 2017 16:15:52 +0200 Subject: [PATCH] .gitmodules: Update poky git URL Use git directly rather than point at cgit. Signed-off-by: Will Newton --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index eb27e5f..5ae1dc7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/resin-os/resin-yocto-scripts.git [submodule "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"] path = layers/meta-openembedded url = https://github.com/openembedded/meta-openembedded