diff mbox series

[7/8] meta/files/layers.example.json: switch to https clone URIs

Message ID 20260416210836.1336162-8-yoann.congal@smile.fr
State Accepted, archived
Commit d1fb36b3ddcb033ef472042cffb0dfa68714ba96
Headers show
Series Patches from kirkstone/whinlatter final series | expand

Commit Message

Yoann Congal April 16, 2026, 9:04 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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 <yoann.congal@smile.fr>
---
 meta/files/layers.example.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/files/layers.example.json b/meta/files/layers.example.json
index d9905022055..77e02c72d55 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"