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 | |
| parent | 9f5e0c6040bc719e8001f213ee8b590c656d750c (diff) | |
| download | 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')
| -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 cbf3c32c01..1d6143a00c 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}}%" | |||
| 43 | {{ if xserver == "y": }} | 43 | {{ if xserver == "y": }} |
| 44 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 44 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 45 | XSERVER = "xserver-xorg \ | 45 | XSERVER = "xserver-xorg \ |
| 46 | xserver-xorg-extension-extmod \ | ||
| 47 | xf86-input-evdev \ | 46 | xf86-input-evdev \ |
| 48 | xf86-video-fbdev" | 47 | xf86-video-fbdev" |
| 49 | 48 | ||
