From: Ross Burton Date: Tue, 8 Jan 2008 15:57:14 +0000 (+0000) Subject: qemu.inc: increase the size of the rootfs, so there is some slack X-Git-Tag: rev_ivi_2015_02_04~30463 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=671f7ee42e3f1f448171438b20b818fbd5e23c18;p=scm%2Fbb%2Ftizen-distro.git qemu.inc: increase the size of the rootfs, so there is some slack git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3431 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index d84f1ef..890a83c 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -7,8 +7,8 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" IMAGE_FSTYPES ?= "tar.bz2 ext2" -ROOT_FLASH_SIZE = "230" -IMAGE_ROOTFS_SIZE_ext2 ?= "230000" +ROOT_FLASH_SIZE = "250" +IMAGE_ROOTFS_SIZE_ext2 ?= "250000" # Don't include kernels in standard images RDEPENDS_kernel-base = ""