diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 21:53:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 21:53:32 +0000 |
commit | 06a16339a3b30c944c754eb01b63f461b2d85ab6 (patch) | |
tree | ff3f18f748ffe12f76d060b84c4f8ea9bc54ab81 /meta/conf/machine | |
parent | 72906f5da46e7f53070fba999457b9affb76e696 (diff) | |
download | poky-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/machine')
-rw-r--r-- | meta/conf/machine/include/qemu.conf | 2 |
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 | ||
6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" | 6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" |
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "tar.bz2" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" |
9 | 9 | ||
10 | ROOT_FLASH_SIZE = "100" | 10 | ROOT_FLASH_SIZE = "100" |