[gnome-continuous-yocto/gnomeostree-3.28-rocko: 486/8267] meta-yocto-bsp: Enable xf86 modeset for beaglebone



commit 32bbf685709d2c6c0d8938e18ef21130d1ea8eef
Author: Edwin Plauchu <edwin plauchu camacho intel com>
Date:   Mon May 9 13:18:30 2016 -0500

    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>

 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 179d135..ea50acc 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"
 XSERVER ?= "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
-           xf86-video-fbdev \
+           xf86-video-modesetting \
            xf86-input-keyboard"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]