aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-15 17:18:14 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-17 08:21:04 -0700
commit114b1f3c7a4e9d7f225a84adf7832b5de559ef2c (patch)
treef2f1a0d090987b5fbfc0d50103f6b0b0df071864 /conf
parent8f6eed17196fa4964aa230e8ea16d07fc3a93a36 (diff)
downloadopenembedded-114b1f3c7a4e9d7f225a84adf7832b5de559ef2c.tar.gz
p2020ds: Setup for xserver-xorg
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p2020ds.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
index bb85fb9427..625fc052f8 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"