summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemu.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-07 12:25:30 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-07 12:25:30 +0000
commit0e82382c5bd3df941cb3c461b8b4e0c6d5f03c61 (patch)
tree203d4d710f4640fac6864a8a8a32595c24666ccf /meta/conf/machine/include/qemu.inc
parent883cf6fdef68e02f1681b943e8fdde7d967afdc3 (diff)
downloadpoky-0e82382c5bd3df941cb3c461b8b4e0c6d5f03c61.tar.gz
qemu machines: enlarge rootfs to 280M
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3980 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 890a83ca1d..71377be3fc 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
8IMAGE_FSTYPES ?= "tar.bz2 ext2" 8IMAGE_FSTYPES ?= "tar.bz2 ext2"
9 9
10ROOT_FLASH_SIZE = "250" 10ROOT_FLASH_SIZE = "280"
11IMAGE_ROOTFS_SIZE_ext2 ?= "250000" 11IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
12 12
13# Don't include kernels in standard images 13# Don't include kernels in standard images
14RDEPENDS_kernel-base = "" 14RDEPENDS_kernel-base = ""