diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-08 09:45:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-08 09:45:00 +0000 |
commit | b6795bdabfe19972f97a1cbb9478a333a86ccdfa (patch) | |
tree | 699bcc81c7d530910829429e85a2324b2882aa0a | |
parent | 7fd02840ad3ed9bc6808de61a308e3ae76da8f4e (diff) | |
download | poky-b6795bdabfe19972f97a1cbb9478a333a86ccdfa.tar.gz |
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
-rw-r--r-- | meta/conf/machine/include/qemu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" |
9 | 9 | ||
10 | ROOT_FLASH_SIZE = "200" | 10 | ROOT_FLASH_SIZE = "200" |
11 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | 11 | IMAGE_ROOTFS_SIZE_ext2 ?= "200000" |