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/qemuarm.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/qemuarm.conf')
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 371ba927bb..3c2cdf9ebf 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -12,4 +12,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0" | |||
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
14 | 14 | ||
15 | MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file | 15 | MACHINE_TASK_PROVIDER = "task-base" |
16 | |||
17 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||