From: Richard Purdie Date: Sun, 27 Aug 2006 21:53:32 +0000 (+0000) Subject: qemu: Generate ext2 images as well as bz2 tarballs X-Git-Tag: 2011-1~12745 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=06a16339a3b30c944c754eb01b63f461b2d85ab6;p=openembedded-core.git qemu: Generate ext2 images as well as bz2 tarballs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@653 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/include/qemu.conf b/meta/conf/machine/include/qemu.conf index 8587c2ab2f..83ddf24b87 100644 --- a/meta/conf/machine/include/qemu.conf +++ b/meta/conf/machine/include/qemu.conf @@ -5,6 +5,6 @@ GPE_EXTRA_INSTALL += "gaim sylpheed" MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" -IMAGE_FSTYPES ?= "tar.bz2" +IMAGE_FSTYPES ?= "tar.bz2 ext2" ROOT_FLASH_SIZE = "100"