diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-06 13:53:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-07 00:07:44 +0100 |
commit | dd3edc9fbb674682947e8218202fdbeef8635dd5 (patch) | |
tree | 4f48b538e3fa996b4b07ffb18831c18713671e88 /meta-yocto-bsp | |
parent | 2c9864bb06818eced54391611659eec5d477be8a (diff) | |
download | poky-1.3_M4.rc1.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>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beagleboard.conf | 4 |
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 | ||
5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
6 | XSERVER ?= "xserver-xorg-lite \ | 6 | XSERVER ?= "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 \ |