From: Ross Burton Date: Thu, 6 Sep 2012 12:53:08 +0000 (+0100) Subject: beagleboard: change to xserver-xorg, not -lite X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ab43f47ae531af5fc850d2aa04f7116ddb1a0e8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git beagleboard: change to xserver-xorg, not -lite 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 Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf index aa8fa07be48..dbce1e24268 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 \