qemu*.conf: Increase image size to 200MB to fit sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1080 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-12-22 11:34:06 +00:00
parent b12882e5e3
commit 8425978980
2 changed files with 6 additions and 2 deletions

View File

@ -12,4 +12,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
MACHINE_TASK_PROVIDER = "task-base"
MACHINE_TASK_PROVIDER = "task-base"
IMAGE_ROOTFS_SIZE_ext2 = "200000"

View File

@ -14,4 +14,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_TASK_PROVIDER = "task-base"
MACHINE_TASK_PROVIDER = "task-base"
IMAGE_ROOTFS_SIZE_ext2 = "200000"