diff options
author | Ross Burton <ross.burton@intel.com> | 2013-07-29 16:22:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-31 07:00:00 +0100 |
commit | 4ef3385c2f69b415bba02e6875eff457a3325d01 (patch) | |
tree | ee028e9c935b8c2e2f41dd6a8ceda9858d04dc15 /meta-yocto-bsp/conf | |
parent | e2010da0636bd4bb91e75ca480c38b9678219c4e (diff) | |
download | poky-4ef3385c2f69b415bba02e6875eff457a3325d01.tar.gz |
genericx86: add fbdev, modesettings and vesa Xorg drivers
This should ensure that X can start on more hardware. The range of hardware is
still small as the atom-pc kernel only has limited framebuffer devices currently
(e.g. no nVidia).
(From meta-yocto rev: 8d862c5357b6c0bac78bf9eaa49ff58468d01129)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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/genericx86.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 5cb2b5bf5c..19f5f75577 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
@@ -18,6 +18,9 @@ XSERVER ?= "xserver-xorg \ | |||
18 | xf86-input-keyboard \ | 18 | xf86-input-keyboard \ |
19 | xf86-input-evdev \ | 19 | xf86-input-evdev \ |
20 | xf86-input-synaptics \ | 20 | xf86-input-synaptics \ |
21 | xf86-video-fbdev \ | ||
22 | xf86-video-modesetting \ | ||
23 | xf86-video-vesa \ | ||
21 | xf86-video-intel \ | 24 | xf86-video-intel \ |
22 | mesa-driver-i915 \ | 25 | mesa-driver-i915 \ |
23 | mesa-driver-i965" | 26 | mesa-driver-i965" |