[yocto] [meta-raspberrypi][PATCH 3/6] vc4: why no framebuffer device?

Andreas Müller schnitzeltony at googlemail.com
Wed Sep 21 22:47:51 PDT 2016


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 recipes-kernel/linux/linux-rpi.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc
index 3eeefee..95a9530 100644
--- a/recipes-kernel/linux/linux-rpi.inc
+++ b/recipes-kernel/linux/linux-rpi.inc
@@ -116,7 +116,7 @@ do_configure_prepend() {
     if [ ${VC4GRAPHICS} = "1" ]; then
         kernel_configure_variable I2C_BCM2835 y
         kernel_configure_variable DRM y
-        kernel_configure_variable DRM_FBDEV_EMULATION n
+        kernel_configure_variable DRM_FBDEV_EMULATION y
         kernel_configure_variable DRM_VC4 y
         kernel_configure_variable FB_BCM2708 n
     fi
-- 
2.5.5




More information about the yocto mailing list