diff options
-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" | ||