From 478984a9dd2139588a0c3e88d4f0327d49fa7c88 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 16 Apr 2026 23:04:00 +0200 Subject: [PATCH] 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. (cherry picked from commit d1fb36b3ddcb033ef472042cffb0dfa68714ba96) (From OE-Core rev: 1ee811091a4e82c9c79872a86e4e573a45229245) Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/files/layers.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/files/layers.example.json b/meta/files/layers.example.json index 0a6a6a7b48..91b32736c1 100644 --- a/meta/files/layers.example.json +++ b/meta/files/layers.example.json @@ -20,7 +20,7 @@ "describe": "15.0-hardknott-3.3-310-g0a96edae", "remotes": { "origin": { - "uri": "git://git.yoctoproject.org/meta-intel" + "uri": "https://git.yoctoproject.org/meta-intel" } }, "rev": "0a96edae609a3f48befac36af82cf1eed6786b4a" @@ -33,7 +33,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"