From 84fd4b0ddfca1b82291c35b9023b9d1317d2a296 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Tue, 14 Apr 2026 23:05:18 +0200 Subject: [PATCH] build-appliance-image: switch SRC_URI to https protocol 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 9bab238d26a3317a6212dc711427f4917eaac50e) (From OE-Core rev: 6cfdf7fc1a63a3c2ee8093462fedc80d6358c54c) Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index 85521b6026..3f6fcbcb3e 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb @@ -27,7 +27,7 @@ inherit core-image setuptools3 features_check REQUIRED_DISTRO_FEATURES += "xattr" SRCREV ?= "f4877d8e682ed22e339fe6c07f3ffa28e50c7b98" -SRC_URI = "git://git.yoctoproject.org/poky;branch=scarthgap \ +SRC_URI = "git://git.yoctoproject.org/poky;branch=scarthgap;protocol=https \ file://Yocto_Build_Appliance.vmx \ file://Yocto_Build_Appliance.vmxf \ file://README_VirtualBox_Guest_Additions.txt \