summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-08-31 20:27:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-02 05:52:14 -0700
commit1fd59d3bca1e05beb815217a619c4db471a1d35c (patch)
treefbfc564d59aa4f38b23e92f8a4c8b62c4de9f8dd /meta-yocto
parentcf7273dbd4790ceb705d9237f4cdc999d0ac81ed (diff)
downloadast2050-yocto-poky-1fd59d3bca1e05beb815217a619c4db471a1d35c.zip
ast2050-yocto-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')
-rw-r--r--meta-yocto/conf/machine/routerstationpro.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf
index adf36a9..707392d 100644
--- a/meta-yocto/conf/machine/routerstationpro.conf
+++ b/meta-yocto/conf/machine/routerstationpro.conf
@@ -11,9 +11,12 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.4%"
-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"
SERIAL_CONSOLE = "115200 ttyS0"
OpenPOWER on IntegriCloud