From: Yoann Congal Date: Thu, 16 Apr 2026 21:04:00 +0000 (+0200) Subject: meta/files/layers.example.json: switch to https clone URIs X-Git-Tag: yocto-6.0~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1fb36b3ddcb033ef472042cffb0dfa68714ba96;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meta/files/layers.example.json: switch to https clone URIs Following up on commit 139102a73d41 ("recipes: Default to https git protocol where possible"), > The recommendation from server maintainers is that the https protocol > is both faster and more reliable than the dedicated git protocol at this point. > Switch to it where possible. Signed-off-by: Yoann Congal Signed-off-by: Richard Purdie --- diff --git a/meta/files/layers.example.json b/meta/files/layers.example.json index d990502205..77e02c72d5 100644 --- a/meta/files/layers.example.json +++ b/meta/files/layers.example.json @@ -14,7 +14,7 @@ "git-remote": { "branch": "master", "describe": "15.0-hardknott-3.3-310-g0a96edae", - "uri": "git://git.yoctoproject.org/meta-intel", + "uri": "https://git.yoctoproject.org/meta-intel", "rev": "0a96edae609a3f48befac36af82cf1eed6786b4a" } }, @@ -24,7 +24,7 @@ "describe": "4.1_M1-374-g9dda719b2a", "remotes": { "origin": { - "uri": "git://git.yoctoproject.org/poky" + "uri": "https://git.yoctoproject.org/poky" }, "poky-contrib": { "uri": "ssh://git@push.yoctoproject.org/poky-contrib"