git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6eed1
)
p2020ds: Setup for xserver-xorg
author
Tom Rini
<tom_rini@mentor.com>
Sun, 16 Jan 2011 00:18:14 +0000
(17:18 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 17 Jan 2011 15:21:04 +0000
(08:21 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/p2020ds.conf
patch
|
blob
|
history
diff --git
a/conf/machine/p2020ds.conf
b/conf/machine/p2020ds.conf
index
bb85fb9
..
625fc05
100644
(file)
--- 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"