qemu: Generate ext2 images as well as bz2 tarballs
authorRichard Purdie <richard@openedhand.com>
Sun, 27 Aug 2006 21:53:32 +0000 (21:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 27 Aug 2006 21:53:32 +0000 (21:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@653 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/include/qemu.conf

index 8587c2a..83ddf24 100644 (file)
@@ -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"