diff options
| author | Edwin Plauchu <edwin.plauchu.camacho@intel.com> | 2016-05-09 13:18:30 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-22 16:11:49 +0100 |
| commit | 32bbf685709d2c6c0d8938e18ef21130d1ea8eef (patch) | |
| tree | 348023f079a5dd3cba414955f4ab9996f536a341 /meta-yocto-bsp | |
| parent | bd7b363361305c0afb1e2c00571d6448dc57190c (diff) | |
| download | poky-32bbf685709d2c6c0d8938e18ef21130d1ea8eef.tar.gz | |
meta-yocto-bsp: Enable xf86 modeset for beaglebone
The modesetting driver is better than fbdev driver. This patch is enabling so for beaglebone BSP (Without 3D accelaration).
[YOCTO #7561]
(From meta-yocto rev: c82ad52fdd9956e89c9cc5118d3b7c365ab97474)
Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
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/beaglebone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 179d135a5e..ea50accc2d 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
| @@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | |||
| 6 | XSERVER ?= "xserver-xorg \ | 6 | XSERVER ?= "xserver-xorg \ |
| 7 | xf86-input-evdev \ | 7 | xf86-input-evdev \ |
| 8 | xf86-input-mouse \ | 8 | xf86-input-mouse \ |
| 9 | xf86-video-fbdev \ | 9 | xf86-video-modesetting \ |
| 10 | xf86-input-keyboard" | 10 | xf86-input-keyboard" |
| 11 | 11 | ||
| 12 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" | 12 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" |
