diff options
author | Steve Sakoman <steve@sakoman.com> | 2024-09-07 05:39:34 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-09-07 05:42:08 -0700 |
commit | 4cdc553814640851cce85f84ee9c0b58646cd33b (patch) | |
tree | ac3e9411eaa9e83b508fca0fe5f344d886015795 | |
parent | 940c885c239be4139908c1c322cd335e02d27a92 (diff) | |
download | poky-4cdc553814640851cce85f84ee9c0b58646cd33b.tar.gz |
build-appliance-image: Update to kirkstone head revisionyocto-4.0.21kirkstone-4.0.21
(From OE-Core rev: c40a3fec49942ac6d25ba33e57e801a550e252c9)
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 4970b2aea2..53275cbfa9 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 | |||
@@ -24,7 +24,7 @@ IMAGE_FSTYPES = "wic.vmdk wic.vhd wic.vhdx" | |||
24 | 24 | ||
25 | inherit core-image setuptools3 | 25 | inherit core-image setuptools3 |
26 | 26 | ||
27 | SRCREV ?= "75ff26ce9921dd4cb579274bb30f97bad502ba34" | 27 | SRCREV ?= "940c885c239be4139908c1c322cd335e02d27a92" |
28 | SRC_URI = "git://git.yoctoproject.org/poky;branch=kirkstone \ | 28 | SRC_URI = "git://git.yoctoproject.org/poky;branch=kirkstone \ |
29 | file://Yocto_Build_Appliance.vmx \ | 29 | file://Yocto_Build_Appliance.vmx \ |
30 | file://Yocto_Build_Appliance.vmxf \ | 30 | file://Yocto_Build_Appliance.vmxf \ |