diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:57:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:57:52 +0000 |
commit | 1cacbe3d99af0d21e84d41411e4536288221c404 (patch) | |
tree | 9ea8bf5c01aecdb175ae42c1a74670d1b58b7256 /meta/conf | |
parent | 10b9b4aa9d697875d8dd211b2dcce6b63390a486 (diff) | |
download | poky-1cacbe3d99af0d21e84d41411e4536288221c404.tar.gz |
machine/qemu: Set image size in common file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1132 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/qemu.conf | 5 | ||||
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/meta/conf/machine/include/qemu.conf b/meta/conf/machine/include/qemu.conf index 83ddf24b87..26b78a6a9d 100644 --- a/meta/conf/machine/include/qemu.conf +++ b/meta/conf/machine/include/qemu.conf | |||
@@ -3,8 +3,9 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" | |||
3 | GUI_MACHINE_CLASS = "bigscreen" | 3 | GUI_MACHINE_CLASS = "bigscreen" |
4 | GPE_EXTRA_INSTALL += "gaim sylpheed" | 4 | GPE_EXTRA_INSTALL += "gaim sylpheed" |
5 | 5 | ||
6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" | 6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" |
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" |
9 | 9 | ||
10 | ROOT_FLASH_SIZE = "100" | 10 | ROOT_FLASH_SIZE = "200" |
11 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 3c2cdf9ebf..2de34e42c9 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -13,5 +13,3 @@ SERIAL_CONSOLE = "115200 ttyAMA0" | |||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
14 | 14 | ||
15 | MACHINE_TASK_PROVIDER = "task-base" | 15 | MACHINE_TASK_PROVIDER = "task-base" |
16 | |||
17 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 3ac81e5e6e..dfbd345ae8 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -15,5 +15,3 @@ GLIBC_ADDONS = "nptl" | |||
15 | GLIBC_EXTRA_OECONF = "--with-tls" | 15 | GLIBC_EXTRA_OECONF = "--with-tls" |
16 | 16 | ||
17 | MACHINE_TASK_PROVIDER = "task-base" | 17 | MACHINE_TASK_PROVIDER = "task-base" |
18 | |||
19 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||