[poky] [PATCH] beagleboard: use xf86-video-omapfb

Ross Burton ross.burton at intel.com
Fri Dec 14 08:23:15 PST 2012


The newer -omap driver doesn't support the GPU on BeagleBoard.

[ YOCTO #3522 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta-yocto-bsp/conf/machine/beagleboard.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf
index 204be95..6633880 100644
--- a/meta-yocto-bsp/conf/machine/beagleboard.conf
+++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
@@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 XSERVER ?= "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
-           xf86-video-omap \
+           xf86-video-omapfb \
            xf86-input-keyboard"
 
 # Ship all kernel modules by default
-- 
1.7.10




More information about the poky mailing list