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:
13f761d
)
p2020rdb: Add xserver-xorg stuff
author
Tom Rini
<tom_rini@mentor.com>
Tue, 25 Jan 2011 17:10:52 +0000
(10:10 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/conf/machine/p2020rdb.conf
b/conf/machine/p2020rdb.conf
index
94d3be8
..
8838925
100644
(file)
--- 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"