[poky] [PATCH 2/2] mpc8315e: switch to Xorg instead of kdrive

Ross Burton ross.burton at intel.com
Fri Aug 31 12:27:18 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/mpc8315e-rdb.conf |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
index aa1e5c3..266f9d4 100644
--- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
@@ -17,8 +17,11 @@ MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
 PREFERRED_VERSION_linux-yocto ?= "3.4%"
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
 
-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-evdev \
+            xf86-video-fbdev"
 
 PREFERRED_VERSION_u-boot ?= "v2012.04%"
 UBOOT_ENTRYPOINT = "0x00000000"
-- 
1.7.10




More information about the poky mailing list