[yocto] [PATCH] beagleboard: change to xserver-xorg, not -lite

Ross Burton ross.burton at intel.com
Thu Sep 6 05:53:08 PDT 2012


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 at intel.com>
---
 meta-yocto-bsp/conf/machine/beagleboard.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf
index aa8fa07..dbce1e2 100644
--- a/meta-yocto-bsp/conf/machine/beagleboard.conf
+++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
@@ -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 \
-- 
1.7.10




More information about the yocto mailing list