diff options
author | Steve Sakoman <steve@sakoman.com> | 2025-05-23 08:43:13 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-23 08:46:09 -0700 |
commit | fd9b605507a20d850a9991316cd190c1d20dc4a6 (patch) | |
tree | 9652936753e2da7ea360106da375cb0f9a9eff74 | |
parent | fd9c569615cf8b463f485faebfabcdcdac0a0018 (diff) | |
download | poky-fd9b605507a20d850a9991316cd190c1d20dc4a6.tar.gz |
build-appliance-image: Update to walnascar head revisionyocto-5.2.1walnascar-5.2.1
(From OE-Core rev: 17affdaa600896282e07fb4d64cb23195673baa1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 03f02d14ae..66ba71bbe6 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 | |||
@@ -26,8 +26,8 @@ inherit core-image setuptools3 features_check | |||
26 | 26 | ||
27 | REQUIRED_DISTRO_FEATURES += "xattr" | 27 | REQUIRED_DISTRO_FEATURES += "xattr" |
28 | 28 | ||
29 | SRCREV ?= "52b5f6a95de7228a12a9156a4aaa932daf54456f" | 29 | SRCREV ?= "fd9c569615cf8b463f485faebfabcdcdac0a0018" |
30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=master \ | 30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=walnascar \ |
31 | file://Yocto_Build_Appliance.vmx \ | 31 | file://Yocto_Build_Appliance.vmx \ |
32 | file://Yocto_Build_Appliance.vmxf \ | 32 | file://Yocto_Build_Appliance.vmxf \ |
33 | file://README_VirtualBox_Guest_Additions.txt \ | 33 | file://README_VirtualBox_Guest_Additions.txt \ |