summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 21:53:32 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 21:53:32 +0000
commit06a16339a3b30c944c754eb01b63f461b2d85ab6 (patch)
treeff3f18f748ffe12f76d060b84c4f8ea9bc54ab81 /meta/conf
parent72906f5da46e7f53070fba999457b9affb76e696 (diff)
downloadpoky-06a16339a3b30c944c754eb01b63f461b2d85ab6.tar.gz
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
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/include/qemu.conf2
1 files changed, 1 insertions, 1 deletions
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"
5 5
6MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" 6MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
7 7
8IMAGE_FSTYPES ?= "tar.bz2" 8IMAGE_FSTYPES ?= "tar.bz2 ext2"
9 9
10ROOT_FLASH_SIZE = "100" 10ROOT_FLASH_SIZE = "100"