diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-31 20:27:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-02 05:52:14 -0700 |
commit | 1fd59d3bca1e05beb815217a619c4db471a1d35c (patch) | |
tree | fbfc564d59aa4f38b23e92f8a4c8b62c4de9f8dd /meta-yocto/conf | |
parent | cf7273dbd4790ceb705d9237f4cdc999d0ac81ed (diff) | |
download | poky-1fd59d3bca1e05beb815217a619c4db471a1d35c.tar.gz |
routerstationpro: 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: 16ab7f3ce5d3f78d0e841efab4b8b50683dbf833)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/machine/routerstationpro.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index adf36a9ada..707392d0c8 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf | |||
@@ -11,9 +11,12 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | |||
11 | 11 | ||
12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
13 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 13 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
14 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
15 | XSERVER = "xserver-kdrive-fbdev" | ||
16 | 14 | ||
15 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
16 | XSERVER ?= "xserver-xorg \ | ||
17 | xserver-xorg-extension-extmod \ | ||
18 | xf86-input-evdev \ | ||
19 | xf86-video-fbdev" | ||
17 | 20 | ||
18 | SERIAL_CONSOLE = "115200 ttyS0" | 21 | SERIAL_CONSOLE = "115200 ttyS0" |
19 | 22 | ||