diff mbox series

[wrynose] build-appliance-image: fix branches for wrynose revisions

Message ID 20260521192246.2362916-1-yoann.congal@smile.fr
State Accepted, archived
Delegated to: Yoann Congal
Headers show
Series [wrynose] build-appliance-image: fix branches for wrynose revisions | expand

Commit Message

Yoann Congal May 21, 2026, 7:22 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

The current SRCREV_* commits do not exist on "master" branch but on
"wrynose" or "2.18" branches.

Cc: Paul Barker <paul@pbarker.dev>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/recipes-core/images/build-appliance-image_15.0.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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 560df8e002..0da29c18a8 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
@@ -31,9 +31,9 @@  SRCREV_oe-core ?= "42adcd87a15f5921f0cc95424efd930876743824"
 SRCREV_yocto ?= "8251bdad5fda780a000fb41e6eda82eadf0fa39e"
 SRCREV_FORMAT = "bitbake_oe-core_yocto"
 
-SRC_URI = "git://git.openembedded.org/bitbake;name=bitbake;branch=master;destsuffix=bitbake;protocol=https \
-           git://git.openembedded.org/openembedded-core;name=oe-core;branch=master;destsuffix=openembedded-core;protocol=https \
-           git://git.yoctoproject.org/meta-yocto;name=yocto;branch=master;destsuffix=meta-yocto;protocol=https \
+SRC_URI = "git://git.openembedded.org/bitbake;name=bitbake;branch=2.18;destsuffix=bitbake;protocol=https \
+           git://git.openembedded.org/openembedded-core;name=oe-core;branch=wrynose;destsuffix=openembedded-core;protocol=https \
+           git://git.yoctoproject.org/meta-yocto;name=yocto;branch=wrynose;destsuffix=meta-yocto;protocol=https \
            file://Yocto_Build_Appliance.vmx \
            file://Yocto_Build_Appliance.vmxf \
            file://README_VirtualBox_Guest_Additions.txt \