summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorEdwin Plauchu <edwin.plauchu.camacho@intel.com>2016-05-09 13:18:30 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-22 16:11:49 +0100
commit32bbf685709d2c6c0d8938e18ef21130d1ea8eef (patch)
tree348023f079a5dd3cba414955f4ab9996f536a341 /meta-yocto-bsp/conf
parentbd7b363361305c0afb1e2c00571d6448dc57190c (diff)
downloadpoky-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/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf2
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"
6XSERVER ?= "xserver-xorg \ 6XSERVER ?= "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
12MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" 12MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"