summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-09-06 13:53:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-07 00:07:44 +0100
commitdd3edc9fbb674682947e8218202fdbeef8635dd5 (patch)
tree4f48b538e3fa996b4b07ffb18831c18713671e88
parent2c9864bb06818eced54391611659eec5d477be8a (diff)
downloadpoky-dd3edc9fbb674682947e8218202fdbeef8635dd5.tar.gz
beagleboard: change to xserver-xorg, not -lite1.3_M4.rc1
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>
-rw-r--r--meta-yocto-bsp/conf/machine/beagleboard.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf
index aa8fa07be4..dbce1e2426 100644
--- a/meta-yocto-bsp/conf/machine/beagleboard.conf
+++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
@@ -2,8 +2,8 @@
2#@NAME: Beagleboard machine 2#@NAME: Beagleboard machine
3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board 3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board
4 4
5PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite" 5PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
6XSERVER ?= "xserver-xorg-lite \ 6XSERVER ?= "xserver-xorg \
7 xf86-input-evdev \ 7 xf86-input-evdev \
8 xf86-input-mouse \ 8 xf86-input-mouse \
9 xf86-video-omapfb \ 9 xf86-video-omapfb \