diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-14 11:48:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 15:31:57 +0000 |
commit | 5cea09e3d010d4799eab296b2a0cb83a0af09c76 (patch) | |
tree | 9a05e73485ba61604cd8d1802f53119f750b29fa /scripts/lib/bsp/substrate | |
parent | 9f5e0c6040bc719e8001f213ee8b590c656d750c (diff) | |
download | ast2050-yocto-poky-5cea09e3d010d4799eab296b2a0cb83a0af09c76.zip ast2050-yocto-poky-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 'scripts/lib/bsp/substrate')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf index cbf3c32..1d6143a 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf @@ -43,7 +43,6 @@ PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%" {{ if xserver == "y": }} PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" XSERVER = "xserver-xorg \ - xserver-xorg-extension-extmod \ xf86-input-evdev \ xf86-video-fbdev" |