[oe-commits] Graeme Gregory : eee901.conf : use xorg, correct comments and architecture

GIT User account git at amethyst.openembedded.net
Fri Mar 13 17:21:06 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-sqeeezy
Commit: cff296cc379bda08aaaf6f2b844b01e9866ef2c2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cff296cc379bda08aaaf6f2b844b01e9866ef2c2

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Mar 13 14:20:03 2009 +0000

eee901.conf : use xorg, correct comments and architecture

---

 conf/machine/eee901.conf |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/conf/machine/eee901.conf b/conf/machine/eee901.conf
index 351a167..a7fc7a4 100644
--- a/conf/machine/eee901.conf
+++ b/conf/machine/eee901.conf
@@ -1,12 +1,17 @@
 #@TYPE: Machine
-#@NAME: x86-prescott
-#@DESCRIPTION: Machine configuration for a generic i686 machine
+#@NAME: eee PC 901
+#@DESCRIPTION: Machine configuration for a eee PC 901
 
 TARGET_ARCH = "i686"
-MACHINE_ARCH = "x86-atom"
-
 require conf/machine/include/tune-x86-atom.inc
 
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-intel \
+           xf86-input-keyboard"
+
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 OLDEST_KERNEL = "2.6.20"
 





More information about the Openembedded-commits mailing list