From 3f34eeca7401b62e4a0a46cb60be8b8155f7a9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 7 Aug 2017 11:08:09 +0200 Subject: [PATCH] Images bistic-devel & usbistic: fix parse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OE-Core's commit 929ba563f1bc7195c4981b8e139c432b2cc388ea removed image-vm.bbclass. Images were not tested but if the commit message was read properly, the image creation job should be done by replacing image-type vdmk by wic.vmdk. Signed-off-by: Andreas Müller --- recipes-images/bistic-devel/bistic-devel.bb | 4 ++-- recipes-images/usbistic/usbistic.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-images/bistic-devel/bistic-devel.bb b/recipes-images/bistic-devel/bistic-devel.bb index 8c6acf1..a1591eb 100644 --- a/recipes-images/bistic-devel/bistic-devel.bb +++ b/recipes-images/bistic-devel/bistic-devel.bb @@ -5,13 +5,13 @@ IMAGE_LINGUAS = " " LICENSE = "GPLv2" -inherit core-image image-vm +inherit core-image IMAGE_ROOTFS_SIZE = "8192" IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear" -IMAGE_FSTYPES += "vmdk" +IMAGE_FSTYPES += "wic.vmdk" FREECIV = "\ freeciv-server \ diff --git a/recipes-images/usbistic/usbistic.bb b/recipes-images/usbistic/usbistic.bb index cb2ff6c..1083369 100644 --- a/recipes-images/usbistic/usbistic.bb +++ b/recipes-images/usbistic/usbistic.bb @@ -5,13 +5,13 @@ IMAGE_LINGUAS = " " LICENSE = "GPLv2" -inherit core-image image-vm +inherit core-image IMAGE_ROOTFS_SIZE = "8192" IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear" -IMAGE_FSTYPES += "vmdk" +IMAGE_FSTYPES += "wic.vmdk" FREECIV = "\ freeciv-server \