p2020rdb: Add xserver-xorg stuff
authorTom Rini <tom_rini@mentor.com>
Tue, 25 Jan 2011 17:10:52 +0000 (10:10 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 25 Jan 2011 17:10:52 +0000 (10:10 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/p2020rdb.conf

index 94d3be8..8838925 100644 (file)
@@ -28,3 +28,10 @@ SERIAL_CONSOLE = "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"