diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-31 20:27:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-02 05:52:14 -0700 |
commit | 30eabff86e67da5b48726577583697eaf9e6b070 (patch) | |
tree | 3191fac76cdeadb9520a7df23c907f57193afe8f /meta-yocto | |
parent | 1fd59d3bca1e05beb815217a619c4db471a1d35c (diff) | |
download | poky-30eabff86e67da5b48726577583697eaf9e6b070.tar.gz |
mpc8315e: switch to Xorg instead of kdrive
All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr.
(From meta-yocto rev: 17fbc364b231499c9a056b33de6a4321ecbd3d30)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/machine/mpc8315e-rdb.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index aa1e5c3de2..266f9d4978 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" | |||
17 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 17 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
18 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 18 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
19 | 19 | ||
20 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
21 | XSERVER = "xserver-kdrive-fbdev" | 21 | XSERVER ?= "xserver-xorg \ |
22 | xserver-xorg-extension-extmod \ | ||
23 | xf86-input-evdev \ | ||
24 | xf86-video-fbdev" | ||
22 | 25 | ||
23 | PREFERRED_VERSION_u-boot ?= "v2012.04%" | 26 | PREFERRED_VERSION_u-boot ?= "v2012.04%" |
24 | UBOOT_ENTRYPOINT = "0x00000000" | 27 | UBOOT_ENTRYPOINT = "0x00000000" |