diff options
author | 2021-02-16 11:44:29 +0000 | |
---|---|---|
committer | 2021-02-16 11:44:46 +0000 | |
commit | d5d6286a66f46f4523e35e0e3f20cd7396195fdc (patch) | |
tree | 39864bb3624cf779b669c1387a89b2d27b218678 | |
parent | 3bd4bf96cce57d3e9286f75c0f12c8b36d706a1c (diff) | |
download | poky-d5d6286a66f46f4523e35e0e3f20cd7396195fdc.tar.gz poky-d5d6286a66f46f4523e35e0e3f20cd7396195fdc.tar.bz2 poky-d5d6286a66f46f4523e35e0e3f20cd7396195fdc.zip |
build-appliance-image: Update to gatesgarth head revisionyocto-3.2.2gatesgarth-24.0.2
(From OE-Core rev: ebaaee50cb3ac75112827f935c48affaf622ce7f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 7f87c065db..ce73592fd3 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" inherit core-image module-base setuptools3 -SRCREV ?= "76dac9d657f3b2864dec3bfcd2ee392fafdcdfe6" +SRCREV ?= "3bd4bf96cce57d3e9286f75c0f12c8b36d706a1c" SRC_URI = "git://git.yoctoproject.org/poky;branch=gatesgarth \ file://Yocto_Build_Appliance.vmx \ file://Yocto_Build_Appliance.vmxf \ |