From: Marcin Juszkiewicz Date: Fri, 8 Jun 2007 09:45:00 +0000 (+0000) Subject: qemu machines: do not hardcode ext2 rootfs size X-Git-Tag: 2011-1~11518 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b6795bdabfe19972f97a1cbb9478a333a86ccdfa;p=openembedded-core.git qemu machines: do not hardcode ext2 rootfs size git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1895 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/include/qemu.conf b/meta/conf/machine/include/qemu.conf index 26b78a6a9d..35091ad193 100644 --- a/meta/conf/machine/include/qemu.conf +++ b/meta/conf/machine/include/qemu.conf @@ -8,4 +8,4 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" IMAGE_FSTYPES ?= "tar.bz2 ext2" ROOT_FLASH_SIZE = "200" -IMAGE_ROOTFS_SIZE_ext2 = "200000" +IMAGE_ROOTFS_SIZE_ext2 ?= "200000"