]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu machines: enlarge rootfs to 280M
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 7 Mar 2008 12:25:30 +0000 (12:25 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 7 Mar 2008 12:25:30 +0000 (12:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3980 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/include/qemu.inc

index 890a83ca1d8ff64751eafa268a38e06a24511db9..71377be3fca1486a108b8695125e9c17e60affc8 100644 (file)
@@ -7,8 +7,8 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
 
 IMAGE_FSTYPES ?= "tar.bz2 ext2"
 
-ROOT_FLASH_SIZE = "250"
-IMAGE_ROOTFS_SIZE_ext2 ?= "250000"
+ROOT_FLASH_SIZE = "280"
+IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
 
 # Don't include kernels in standard images
 RDEPENDS_kernel-base = ""