]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
build-appliance-image: switch SRC_URI to https protocol
authorYoann Congal <yoann.congal@smile.fr>
Tue, 14 Apr 2026 21:05:18 +0000 (23:05 +0200)
committerYoann Congal <yoann.congal@smile.fr>
Fri, 24 Apr 2026 10:11:02 +0000 (12:11 +0200)
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)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
meta/recipes-core/images/build-appliance-image_15.0.0.bb

index 85521b6026aaee0d556d304b95f0a0c3c94e2aea..3f6fcbcb3e3de115b4662bc846d442a430b0df34 100644 (file)
@@ -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 \