diff options
author | 2020-12-09 12:36:28 +0000 | |
---|---|---|
committer | 2020-12-09 12:36:32 +0000 | |
commit | 9826881036191be6ffba98c9bc8a86d1b852ff41 (patch) | |
tree | f5046be446794c509668a7094871a32d4bdb1678 | |
parent | 4db8652250371cb01b87a416d3a3d200a9fc0812 (diff) | |
download | poky-9826881036191be6ffba98c9bc8a86d1b852ff41.tar.gz poky-9826881036191be6ffba98c9bc8a86d1b852ff41.tar.bz2 poky-9826881036191be6ffba98c9bc8a86d1b852ff41.zip |
build-appliance-image: Update to master head revision
(From OE-Core rev: 20ef6292c3b573f1e867437e821b0a176c2e0e94)
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 8014eed6d5..2c18e250b9 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 ?= "e3f1ea76b01e9c38d76774398968434133de6e0b" +SRCREV ?= "4db8652250371cb01b87a416d3a3d200a9fc0812" SRC_URI = "git://git.yoctoproject.org/poky \ file://Yocto_Build_Appliance.vmx \ file://Yocto_Build_Appliance.vmxf \ |