aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-03-19 11:52:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-19 11:52:50 +0000
commit9034cf4325b672dc4d01a2a396d351c10e3c978e (patch)
treed8895215854fe2e53da1773459701b115a16c4cf /conf
parentc6fb333e9366106a473209ac90c1ab874d2afac6 (diff)
downloadopenembedded-9034cf4325b672dc4d01a2a396d351c10e3c978e.tar.gz
qemuarm.conf: Use arm926ejs optimisation (and hence armv5te), pcmciautils as the pcmcia manager and correct SERIAL_CONSOLE
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/qemuarm.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/qemuarm.conf b/conf/machine/qemuarm.conf
index 2238f6673e..7a558a731d 100644
--- a/conf/machine/qemuarm.conf
+++ b/conf/machine/qemuarm.conf
@@ -7,13 +7,15 @@ KERNEL_VERSION ?= "2.6"
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv4 armv5te qemuarm"
+PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
GUI_MACHINE_CLASS = "bigscreen"
GPE_EXTRA_INSTALL += "gaim sylpheed"
include conf/machine/include/handheld-common.conf
+include conf/machine/include/tune-arm926ejs.conf
-SERIAL_CONSOLE = "115200 ttyS0"
+SERIAL_CONSOLE = "115200 ttyAMA0"
PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"