summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemu.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-20 09:43:36 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-20 09:43:36 +0000
commit363d68a1f8b3a087330a7e420273b5af1e53a125 (patch)
tree62485674cdda879f2dc6f767c0353cf2723561b5 /meta/conf/machine/include/qemu.inc
parentd8bfa5c6eff1cff34895304a33be671fb141084e (diff)
downloadopenembedded-core-contrib-363d68a1f8b3a087330a7e420273b5af1e53a125.tar.gz
qemu.inc: Increase qemu image size
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2514 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-rw-r--r--meta/conf/machine/include/qemu.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 848709a5d5..ed8547867b 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -7,5 +7,5 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
-ROOT_FLASH_SIZE = "220"
-IMAGE_ROOTFS_SIZE_ext2 ?= "220000"
+ROOT_FLASH_SIZE = "230"
+IMAGE_ROOTFS_SIZE_ext2 ?= "230000"