summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuarm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemuarm.conf')
-rw-r--r--meta/conf/machine/qemuarm.conf14
1 files changed, 2 insertions, 12 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index cc4daa491f..a64a58e9a2 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/conf/machine/qemuarm.conf
@@ -5,19 +5,9 @@
5TARGET_ARCH = "arm" 5TARGET_ARCH = "arm"
6IPKG_EXTRA_ARCHS = "armv4 armv5te" 6IPKG_EXTRA_ARCHS = "armv4 armv5te"
7 7
8PCMCIA_MANAGER = "pcmciautils" 8require conf/machine/include/qemu.conf
9PREFERRED_PROVIDER_xserver = "xserver-kdrive" 9require conf/machine/include/tune-arm926ejs.conf
10GUI_MACHINE_CLASS = "bigscreen"
11GPE_EXTRA_INSTALL += "gaim sylpheed"
12
13include conf/machine/include/tune-arm926ejs.conf
14 10
15SERIAL_CONSOLE = "115200 ttyAMA0" 11SERIAL_CONSOLE = "115200 ttyAMA0"
16 12
17PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" 13PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
18
19MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
20
21IMAGE_FSTYPES ?= "tar.bz2"
22
23ROOT_FLASH_SIZE = "100"