diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-22 11:34:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-22 11:34:06 +0000 |
commit | 84259789808d3ecc52d4f68459a5736bec49513e (patch) | |
tree | 35f607824c20a7b048d4ab2ed10a157a1acf2ee9 /meta/conf/machine/qemux86.conf | |
parent | b12882e5e3c3572bdec3f8d02d73678479655ddc (diff) | |
download | poky-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.conf | 4 |
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" | |||
14 | GLIBC_ADDONS = "nptl" | 14 | GLIBC_ADDONS = "nptl" |
15 | GLIBC_EXTRA_OECONF = "--with-tls" | 15 | GLIBC_EXTRA_OECONF = "--with-tls" |
16 | 16 | ||
17 | MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file | 17 | MACHINE_TASK_PROVIDER = "task-base" |
18 | |||
19 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||