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 \