diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-03-19 18:29:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 17:07:17 +0000 |
commit | 0a576462d3d6bc11c55e61bbf9e1ff9be438b415 (patch) | |
tree | 86e32beffff30089174a565138e309daf72db56f /meta-yocto-bsp/conf | |
parent | b304742af7229d818eab5d214cf0b02ac8052d70 (diff) | |
download | poky-0a576462d3d6bc11c55e61bbf9e1ff9be438b415.tar.gz |
atom-pc.conf: replace mesa-dri with mesa
This is needed since the mesa-dri recipes in oe-core got renamed to just
mesa.
[YOCTO #3385]
(From meta-yocto rev: 0aaada20aa7453f7a5d9342b7f26ff4fa8b044b2)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@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/atom-pc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf index e97b173d21..b1c2ae194e 100644 --- a/meta-yocto-bsp/conf/machine/atom-pc.conf +++ b/meta-yocto-bsp/conf/machine/atom-pc.conf | |||
@@ -19,7 +19,7 @@ XSERVER ?= "xserver-xorg \ | |||
19 | xf86-input-evdev \ | 19 | xf86-input-evdev \ |
20 | xf86-input-synaptics \ | 20 | xf86-input-synaptics \ |
21 | xf86-video-intel \ | 21 | xf86-video-intel \ |
22 | mesa-dri-driver-i915" | 22 | mesa-driver-i915" |
23 | 23 | ||
24 | #MACHINE_EXTRA_RDEPENDS = "rt2860" | 24 | #MACHINE_EXTRA_RDEPENDS = "rt2860" |
25 | 25 | ||