]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu machines: do not hardcode ext2 rootfs size
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 8 Jun 2007 09:45:00 +0000 (09:45 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 8 Jun 2007 09:45:00 +0000 (09:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1895 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/include/qemu.conf

index 26b78a6a9d644ab3569a697b1a8235a53146d445..35091ad193ac9fc49afcabe8aae428743f32dc02 100644 (file)
@@ -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"