[meta-intel] [meta-intel PATCH] xf86-video-mga: upgrade and fix build

Tom Zanussi tom.zanussi at intel.com
Thu Nov 29 15:37:06 PST 2012


On Thu, 2012-11-29 at 22:39 +0000, Burton, Ross wrote:
> On 29 November 2012 20:24, Tom Zanussi <tom.zanussi at intel.com> wrote:
> > Hmm, I'm getting the below do_rootfs dependency error for
> > xserver-xorg-module-xaa with this:
> 
> That will teach me to just build the driver and nothing else.
> 
> XAA is gone with the new X server, so any explicit -xaa dependency
> needs to disappear.
> 
> (btw, I'm on leave from now until Monday)
> 

OK, no problem, looks like the below should fix it.  I'll test it and
pull both in once I've verified...

Thanks,

Tom

Subject: [PATCH] meta-intel.inc: remove xaa from matrox XSERVER variable

XAA has been dropped, so we need to drop the xaa module.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 conf/machine/include/meta-intel.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index f0e538d..61b2dd5 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -10,7 +10,6 @@
 XSERVER_IA32_EMGD = "emgd-driver-bin \
            "
 
-XSERVER_IA32_MATROX_MGA = "xserver-xorg-module-xaa \
-           xf86-video-mga \
+XSERVER_IA32_MATROX_MGA = "xf86-video-mga \
            "
 
-- 
1.7.4.1


> Ross





More information about the meta-intel mailing list