On Thu, 2012-11-29 at 22:39 +0000, Burton, Ross wrote: > On 29 November 2012 20:24, Tom Zanussi <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
