diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-05 23:15:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-05 23:15:13 +0000 |
commit | 4ba6a52d7ec989d4960ccc11402101257ee96c67 (patch) | |
tree | 867c31428933405e5c580d6479e7b498a8902582 /meta/conf | |
parent | 4d24b9d044187702870c8b3240b4e804340aad9c (diff) | |
download | poky-4ba6a52d7ec989d4960ccc11402101257ee96c67.tar.gz |
qemu.inc: Use ext3 images for qemu, not ext2 ones
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index c1e83ba7f6..005472b170 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -5,7 +5,7 @@ GPE_EXTRA_INSTALL += "gaim sylpheed" | |||
5 | 5 | ||
6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" | 6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" |
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext3" |
9 | 9 | ||
10 | ROOT_FLASH_SIZE = "280" | 10 | ROOT_FLASH_SIZE = "280" |
11 | IMAGE_ROOTFS_SIZE_ext2 ?= "280000" | 11 | IMAGE_ROOTFS_SIZE_ext2 ?= "280000" |