qemu*.conf: Increase image size to 200MB to fit sdk
authorRichard Purdie <richard@openedhand.com>
Fri, 22 Dec 2006 11:34:06 +0000 (11:34 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 22 Dec 2006 11:34:06 +0000 (11:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1080 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/qemuarm.conf
meta/conf/machine/qemux86.conf

index 371ba92..3c2cdf9 100644 (file)
@@ -12,4 +12,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
 
-MACHINE_TASK_PROVIDER = "task-base"
\ No newline at end of file
+MACHINE_TASK_PROVIDER = "task-base"
+
+IMAGE_ROOTFS_SIZE_ext2 = "200000"
index 64b6c5f..3ac81e5 100644 (file)
@@ -14,4 +14,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
 
-MACHINE_TASK_PROVIDER = "task-base"
\ No newline at end of file
+MACHINE_TASK_PROVIDER = "task-base"
+
+IMAGE_ROOTFS_SIZE_ext2 = "200000"