diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-14 16:23:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-14 17:13:21 +0000 |
commit | cf0692b4e7dd3e62fd5443f1b4ecd56af2d681a1 (patch) | |
tree | 4f26299581951ff45abcd21d7bd4aea17ce4504c /meta-yocto-bsp/conf | |
parent | 24de2407f7eccd43dfed0049597c8d51a2e1c2a7 (diff) | |
download | poky-cf0692b4e7dd3e62fd5443f1b4ecd56af2d681a1.tar.gz |
beagleboard: use xf86-video-omapfb
The newer -omap driver doesn't support the GPU on BeagleBoard.
[ YOCTO #3522 ]
(From meta-yocto rev: 6c32c17a6fe3ff2470f1c77a65be018b4c0fd5c9)
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/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf index 204be9510c..6633880da1 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" | |||
6 | XSERVER ?= "xserver-xorg \ | 6 | XSERVER ?= "xserver-xorg \ |
7 | xf86-input-evdev \ | 7 | xf86-input-evdev \ |
8 | xf86-input-mouse \ | 8 | xf86-input-mouse \ |
9 | xf86-video-omap \ | 9 | xf86-video-omapfb \ |
10 | xf86-input-keyboard" | 10 | xf86-input-keyboard" |
11 | 11 | ||
12 | # Ship all kernel modules by default | 12 | # Ship all kernel modules by default |