[poky] [PATCH] meta-yocto-bsp: Enable xf86 modeset for beaglebone
edwin.plauchu.camacho at linux.intel.com
edwin.plauchu.camacho at linux.intel.com
Mon May 9 12:09:02 PDT 2016
From: Edwin Plauchu <edwin.plauchu.camacho at intel.com>
The modesetting driver is better than fbdev driver. This patch is enabling so for beaglebone BSP (Without 3D accelaration).
[YOCTO #7561]
Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho at intel.com>
---
meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
1.9.1
More information about the poky
mailing list