]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
meta/files/layers.example.json: switch to https clone URIs
authorYoann Congal <yoann.congal@smile.fr>
Thu, 16 Apr 2026 21:04:00 +0000 (23:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Apr 2026 16:58:37 +0000 (17:58 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/layers.example.json

index d9905022055694ddb8ebbd349e69a2b15dc21d4f..77e02c72d55d8bd23fefa0b94d9cb776f8a79589 100644 (file)
@@ -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"