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
This commit is contained in:
Richard Purdie 2006-08-27 21:53:32 +00:00
parent 72906f5da4
commit 06a16339a3
1 changed files with 1 additions and 1 deletions

View 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"