[yocto] [PATCH 2/2] routerstationpro: switch to Xorg instead of kdrive
Ross Burton
ross.burton at intel.com
Wed Aug 22 10:11:23 PDT 2012
All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr.
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
meta-yocto/conf/machine/routerstationpro.conf | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf
index 3c2f56f..645a94a 100644
--- a/meta-yocto/conf/machine/routerstationpro.conf
+++ b/meta-yocto/conf/machine/routerstationpro.conf
@@ -11,9 +11,14 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.0%"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
+PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
+XSERVER ?= "xserver-xorg \
+ xserver-xorg-extension-extmod \
+ xf86-input-mouse \
+ xf86-input-keyboard \
+ xf86-input-evdev \
+ xf86-video-fbdev"
SERIAL_CONSOLE = "115200 ttyS0"
--
1.7.10
More information about the yocto
mailing list