summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-22 11:34:06 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-22 11:34:06 +0000
commit84259789808d3ecc52d4f68459a5736bec49513e (patch)
tree35f607824c20a7b048d4ab2ed10a157a1acf2ee9 /meta/conf/machine/qemux86.conf
parentb12882e5e3c3572bdec3f8d02d73678479655ddc (diff)
downloadpoky-84259789808d3ecc52d4f68459a5736bec49513e.tar.gz
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
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 64b6c5fbff..3ac81e5e6e 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -14,4 +14,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
14GLIBC_ADDONS = "nptl" 14GLIBC_ADDONS = "nptl"
15GLIBC_EXTRA_OECONF = "--with-tls" 15GLIBC_EXTRA_OECONF = "--with-tls"
16 16
17MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file 17MACHINE_TASK_PROVIDER = "task-base"
18
19IMAGE_ROOTFS_SIZE_ext2 = "200000"