From: Richard Purdie Date: Wed, 5 Nov 2008 23:15:13 +0000 (+0000) Subject: qemu.inc: Use ext3 images for qemu, not ext2 ones X-Git-Tag: 2011-1~7838^2~1 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ba6a52d7ec989d4960ccc11402101257ee96c67;p=openembedded-core.git qemu.inc: Use ext3 images for qemu, not ext2 ones --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index c1e83ba7f6..005472b170 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -5,7 +5,7 @@ GPE_EXTRA_INSTALL += "gaim sylpheed" MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" -IMAGE_FSTYPES ?= "tar.bz2 ext2" +IMAGE_FSTYPES ?= "tar.bz2 ext3" ROOT_FLASH_SIZE = "280" IMAGE_ROOTFS_SIZE_ext2 ?= "280000"