[oe-commits] Tom Rini : p2020ds: Setup for xserver-xorg

git version control git at git.openembedded.org
Mon Jan 17 15:26:33 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 114b1f3c7a4e9d7f225a84adf7832b5de559ef2c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=114b1f3c7a4e9d7f225a84adf7832b5de559ef2c

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sat Jan 15 17:18:14 2011 -0700

p2020ds: Setup for xserver-xorg

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/machine/p2020ds.conf |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
index bb85fb9..625fc05 100644
--- a/conf/machine/p2020ds.conf
+++ b/conf/machine/p2020ds.conf
@@ -24,3 +24,11 @@ SERIAL_CONSOLE = "-L 115200 ttyS0"
 
 #tune for the e500v2 core
 require conf/machine/include/tune-ppce500v2.inc
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard"
+GUI_MACHINE_CLASS = "bigscreen"





More information about the Openembedded-commits mailing list