diff options
author | Steve Sakoman <steve@sakoman.com> | 2024-05-06 13:38:08 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-05-06 16:57:09 -0700 |
commit | f450ddee3e1299dc80e1641c38bbd1699764ac87 (patch) | |
tree | 02c89561ff95e9ec7a953d1e0fe3c5eb518154d0 | |
parent | 478a0070e157b46f6039b50f5d8ad0cbb9d776d5 (diff) | |
download | poky-f450ddee3e1299dc80e1641c38bbd1699764ac87.tar.gz |
build-appliance-image: Update to scarthgap head revision
(From OE-Core rev: 704d3695092148cfbf5d67c81af81665949847b5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 |
1 files changed, 1 insertions, 1 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 fb4de3d6c8..c75dde5d13 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,7 +26,7 @@ inherit core-image setuptools3 features_check | |||
26 | 26 | ||
27 | REQUIRED_DISTRO_FEATURES += "xattr" | 27 | REQUIRED_DISTRO_FEATURES += "xattr" |
28 | 28 | ||
29 | SRCREV ?= "25b05cb80d43312ba60742536edc4610f7567f15" | 29 | SRCREV ?= "478a0070e157b46f6039b50f5d8ad0cbb9d776d5" |
30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=scarthgap \ | 30 | SRC_URI = "git://git.yoctoproject.org/poky;branch=scarthgap \ |
31 | file://Yocto_Build_Appliance.vmx \ | 31 | file://Yocto_Build_Appliance.vmx \ |
32 | file://Yocto_Build_Appliance.vmxf \ | 32 | file://Yocto_Build_Appliance.vmxf \ |