1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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.

(From meta-yocto rev: 2ab43f47ae531af5fc850d2aa04f7116ddb1a0e8)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2012-09-06 13:53:08 +01:00
committed by Richard Purdie
parent 2c9864bb06
commit dd3edc9fbb
+2 -2
View 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 \