summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/qemu.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-25 14:09:07 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-25 14:09:07 +0000
commit2c002e3a865dd34e6ccbf033e6e6ae71925a24bc (patch)
tree36529f0d1355ada4f3fc6c509deba02f34661594 /meta/conf/machine/include/qemu.inc
parent92116e3085da5e4e143d115be3703162da4c29b9 (diff)
downloadpoky-2c002e3a865dd34e6ccbf033e6e6ae71925a24bc.tar.gz
qemu targets: added IMAGE_ROOTFS_SIZE for ext3 filesystems
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5268 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-rw-r--r--meta/conf/machine/include/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 71377be3fc..c1e83ba7f6 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -9,6 +9,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext2"
9 9
10ROOT_FLASH_SIZE = "280" 10ROOT_FLASH_SIZE = "280"
11IMAGE_ROOTFS_SIZE_ext2 ?= "280000" 11IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
12IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
12 13
13# Don't include kernels in standard images 14# Don't include kernels in standard images
14RDEPENDS_kernel-base = "" 15RDEPENDS_kernel-base = ""