From: Richard Purdie Date: Sun, 19 Mar 2006 11:52:50 +0000 (+0000) Subject: qemuarm.conf: Use arm926ejs optimisation (and hence armv5te), pcmciautils as the... X-Git-Tag: Release-2010-05/1~9453^2~2210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9034cf4325b672dc4d01a2a396d351c10e3c978e;p=openembedded.git qemuarm.conf: Use arm926ejs optimisation (and hence armv5te), pcmciautils as the pcmcia manager and correct SERIAL_CONSOLE --- 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"