aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-25 10:10:52 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-25 10:10:52 -0700
commit2cb0d78be2ee8ac086fe2c20a118cf60e5c62c6e (patch)
tree472bc3956e060598f3c5f5a930ebb7d0a2390677 /conf/machine
parent13f761d7701e314f28215a33421d2581f91cebe5 (diff)
downloadopenembedded-2cb0d78be2ee8ac086fe2c20a118cf60e5c62c6e.tar.gz
p2020rdb: Add xserver-xorg stuff
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/p2020rdb.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 94d3be839a..88389250f2 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -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"