]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
beagleboard: change to xserver-xorg, not -lite
authorRoss Burton <ross.burton@intel.com>
Thu, 6 Sep 2012 12:53:08 +0000 (13:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Sep 2012 23:07:21 +0000 (00:07 +0100)
The difference is less than 16kb, and for that the extra maintenance of two
recipies really isn't worth it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/conf/machine/beagleboard.conf

index aa8fa07be48e18933a06cfe75f8c57ccc4a6c915..dbce1e242681d4ca4655d7d2fc47ab5aa4485fcd 100644 (file)
@@ -2,8 +2,8 @@
 #@NAME: Beagleboard machine
 #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board 
 
-PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite"
-XSERVER ?= "xserver-xorg-lite \
+PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
+XSERVER ?= "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
            xf86-video-omapfb \