summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/atom-pc.conf
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-11-14 11:48:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-20 15:31:57 +0000
commit5cea09e3d010d4799eab296b2a0cb83a0af09c76 (patch)
tree9a05e73485ba61604cd8d1802f53119f750b29fa /meta-yocto-bsp/conf/machine/atom-pc.conf
parent9f5e0c6040bc719e8001f213ee8b590c656d750c (diff)
downloadpoky-5cea09e3d010d4799eab296b2a0cb83a0af09c76.tar.gz
yocto-bsp: update configs after xorg upgrade
There were some changes in the xserver-xorg upstream project that need to be reflected here too: * extmod module was removed completely as it became empty; * DRI1, DRI2, DBE (among others) were made built-in; (From meta-yocto rev: ed681441a2cf06dc55e71035ecbfc637ff83640d) 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/machine/atom-pc.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/atom-pc.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf
index 46bc71b75d..77dd7fbe43 100644
--- a/meta-yocto-bsp/conf/machine/atom-pc.conf
+++ b/meta-yocto-bsp/conf/machine/atom-pc.conf
@@ -13,10 +13,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
13PREFERRED_VERSION_linux-yocto ?= "3.0%" 13PREFERRED_VERSION_linux-yocto ?= "3.0%"
14PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" 14PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
15XSERVER ?= "xserver-xorg \ 15XSERVER ?= "xserver-xorg \
16 xserver-xorg-extension-dri2 \
17 xserver-xorg-extension-glx \ 16 xserver-xorg-extension-glx \
18 xserver-xorg-extension-extmod \
19 xserver-xorg-extension-dbe \
20 xf86-input-mouse \ 17 xf86-input-mouse \
21 xf86-input-keyboard \ 18 xf86-input-keyboard \
22 xf86-input-evdev \ 19 xf86-input-evdev \