aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-02-12 16:38:45 +0100
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-02-13 02:03:45 +0100
commit4facd26dbd345ab60aa5d4d1513323158a9f91eb (patch)
tree9d3266af0f4bb9e958bbfcf7fb4e48d9f7df7453 /conf/machine
parent8a145683d644d8460cd12146cfed503c288910a8 (diff)
downloadopenembedded-4facd26dbd345ab60aa5d4d1513323158a9f91eb.tar.gz
eee701 machine config: fix to use xorg instead of kdrive
eFfeM pointed me out that he had a Xvesa binary in his xf46-image, for eeepc701 and no Xorg. So I investigated and found that: In eee701.conf there were ?= for XSERVER and PREFERRED_PROVIDER_virtual/xserver That was wrong because we required i686-generic.conf which set them And so the ?= didn't override the variable. Note that we can't set theses variables in local.conf anymore because they are now overriden by eee701.conf,but In another hand eFfeM pointed me that all machine but gta01 and gta02 seem to do the same thing. So I bet that not setting theses variables in local.conf is a desirable behaviour.
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/eee701.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/eee701.conf b/conf/machine/eee701.conf
index 0c4b965655..425fedf335 100644
--- a/conf/machine/eee701.conf
+++ b/conf/machine/eee701.conf
@@ -6,15 +6,15 @@
require i686-generic.conf
-PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
-PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
-MACHINE_DRI_MODULES ?= "i915"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+PREFERRED_PROVIDER_virtual/libgl = "mesa-dri"
+MACHINE_DRI_MODULES = "i915"
MACHINE_FEATURES +=" wifi alsa "
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
MACHINE_DISPLAY_ORIENTATION = "0"
-XSERVER ?= "xserver-xorg \
+XSERVER = "xserver-xorg \
xf86-video-intel \
xf86-input-evdev \
xf86-input-keyboard \