summaryrefslogtreecommitdiff
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-29 11:12:36 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-29 11:12:36 +0000
commit70527abde72e1c7e3949da2b8d8c1acd32f80f74 (patch)
tree6bf322c971444afd9009f20679a7b4573069eb99 /conf/machine/include
parentf8edb5ad15e84bb5168d2e081a776e85d7c89fe4 (diff)
lots of machines: add 'screen' to MACHINE_FEATURES
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/qemu.conf2
-rw-r--r--conf/machine/include/tune-athlonmp.conf2
-rw-r--r--conf/machine/include/zaurus-2.6.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/qemu.conf b/conf/machine/include/qemu.conf
index 83ddf24b87..b314fa9bea 100644
--- a/conf/machine/include/qemu.conf
+++ b/conf/machine/include/qemu.conf
@@ -3,7 +3,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
GUI_MACHINE_CLASS = "bigscreen"
GPE_EXTRA_INSTALL += "gaim sylpheed"
-MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
diff --git a/conf/machine/include/tune-athlonmp.conf b/conf/machine/include/tune-athlonmp.conf
index f843f5e6ea..b2d0e703db 100644
--- a/conf/machine/include/tune-athlonmp.conf
+++ b/conf/machine/include/tune-athlonmp.conf
@@ -1,3 +1,3 @@
-TARGET_CC_ARCH = "-march=athlon-mp "
+TARGET_CC_ARCH = "-march=i686"
PACKAGE_ARCH = "i686"
diff --git a/conf/machine/include/zaurus-2.6.conf b/conf/machine/include/zaurus-2.6.conf
index ce9b44c9fe..d76174bde5 100644
--- a/conf/machine/include/zaurus-2.6.conf
+++ b/conf/machine/include/zaurus-2.6.conf
@@ -6,7 +6,7 @@ PREFERRED_VERSION_wpa_supplicant = "0.4.7"
PCMCIA_MANAGER ?= "pcmciautils"
-MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda usbgadget keyboard touchscreen"
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda usbgadget keyboard touchscreen screen"
MACHINE_FEATURES_append_tosa = " usbhost usbwlanng "
MACHINE_FEATURES_append_akita = " usbhost "
MACHINE_FEATURES_append_spitz = " usbhost ext2 "