diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-08 15:57:14 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-08 15:57:14 +0000 |
commit | 666535e42f2bd98c73c6e2dd478a0b126a7a5335 (patch) | |
tree | 4d51b67f39e22d5db2c737641f82448f76c23a0e | |
parent | 226212879ce4030b2a213acb559631aeda8b8940 (diff) | |
download | poky-666535e42f2bd98c73c6e2dd478a0b126a7a5335.tar.gz |
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
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index d84f1efb26..890a83ca1d 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" | |||
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" |
9 | 9 | ||
10 | ROOT_FLASH_SIZE = "230" | 10 | ROOT_FLASH_SIZE = "250" |
11 | IMAGE_ROOTFS_SIZE_ext2 ?= "230000" | 11 | IMAGE_ROOTFS_SIZE_ext2 ?= "250000" |
12 | 12 | ||
13 | # Don't include kernels in standard images | 13 | # Don't include kernels in standard images |
14 | RDEPENDS_kernel-base = "" | 14 | RDEPENDS_kernel-base = "" |