diff options
author | Steve Sakoman <steve@sakoman.com> | 2024-11-30 05:43:10 -0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-30 05:45:41 -0800 |
commit | 7e081bd98fdc5435e850d1df79a5e0f1e30293d0 (patch) | |
tree | bcd930f1f5d3440933ae953deef6cfefb8635519 | |
parent | 34cbe78845408ccb05d4e362ad1182f6ffc5fa27 (diff) | |
download | poky-yocto-5.1.1.tar.gz |
build-appliance-image: Update to styhead head revisionyocto-5.1.1styhead-5.1.1
(From OE-Core rev: b511d0146a2e8f316f4aecc90c853215674013ea)
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 c673b4ab6c..490d8940b1 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 ?= "7cc8bf7af794badd89fb30aa96a878c575630b7f" | 29 | SRCREV ?= "34cbe78845408ccb05d4e362ad1182f6ffc5fa27" |
30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=master \ | 30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=styhead \ |
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 \ |