> -----Original Message----- > From: Zanussi, Tom > Sent: Monday, February 25, 2013 6:59 AM > To: Damian, Alexandru > Cc: Burton, Ross; Purdie, Richard; Kamble, Nitin A; meta- > [email protected] > Subject: Re: [meta-intel] [PATCH] Update preffered version for mesa-dri > > On Mon, 2013-02-25 at 14:02 +0200, Alex DAMIAN wrote: > > From: Alexandru DAMIAN <[email protected]> > > > > Since mesa-dri got updated in the meta oe-core, preffered versions > > point to revisions that don't exist. > > > > So we update the current stable version. > > > > We'll have to leave these up to Nitin to fix, and I know he was going to do > that at some point before the release - the problem is that emgd requires > certain versions of mesa-dri and can't just be set to the latest version in > master.
Hi Tom, I just verified that the newer mesa-dri version is working as expected. So it is ok to bump up the preferred version now. Acked by: Nitin A Kamble <[email protected]> Thanks, Nitin > > Thanks, > > Tom > > > Signed-off-by: Alexandru DAMIAN <[email protected]> > > --- > > meta-crownbay/conf/machine/crownbay.conf | 2 +- > > meta-emenlow/conf/machine/emenlow.conf | 2 +- > > meta-fri2/conf/machine/fri2.conf | 2 +- > > meta-sys940x/conf/machine/sys940x.conf | 2 +- > > 4 files changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/meta-crownbay/conf/machine/crownbay.conf > > b/meta-crownbay/conf/machine/crownbay.conf > > index 8649189..2a4abe3 100644 > > --- a/meta-crownbay/conf/machine/crownbay.conf > > +++ b/meta-crownbay/conf/machine/crownbay.conf > > @@ -24,7 +24,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ > > " > > > > PREFERRED_VERSION_xserver-xorg ?= "1.9.3" > > -PREFERRED_VERSION_mesa-dri ?= "8.0.4" > > +PREFERRED_VERSION_mesa-dri ?= "9.0.2" > > PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" > > PREFERRED_VERSION_emgd-driver-bin ?= "1.16" > > > > diff --git a/meta-emenlow/conf/machine/emenlow.conf > > b/meta-emenlow/conf/machine/emenlow.conf > > index 84a1827..4c35211 100644 > > --- a/meta-emenlow/conf/machine/emenlow.conf > > +++ b/meta-emenlow/conf/machine/emenlow.conf > > @@ -24,7 +24,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ > > " > > > > PREFERRED_VERSION_xserver-xorg ?= "1.9.3" > > -PREFERRED_VERSION_mesa-dri ?= "7.11" > > +PREFERRED_VERSION_mesa-dri ?= "9.0.2" > > PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" > > PREFERRED_VERSION_emgd-driver-bin ?= "1.16" > > > > diff --git a/meta-fri2/conf/machine/fri2.conf > > b/meta-fri2/conf/machine/fri2.conf > > index 12b8367..d6395d0 100644 > > --- a/meta-fri2/conf/machine/fri2.conf > > +++ b/meta-fri2/conf/machine/fri2.conf > > @@ -25,7 +25,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ > > " > > > > PREFERRED_VERSION_xserver-xorg ?= "1.9.3" > > -PREFERRED_VERSION_mesa-dri ?= "9.0.1" > > +PREFERRED_VERSION_mesa-dri ?= "9.0.2" > > PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" > > PREFERRED_VERSION_emgd-driver-bin ?= "1.16" > > > > diff --git a/meta-sys940x/conf/machine/sys940x.conf > > b/meta-sys940x/conf/machine/sys940x.conf > > index bc03db0..5ab592f 100644 > > --- a/meta-sys940x/conf/machine/sys940x.conf > > +++ b/meta-sys940x/conf/machine/sys940x.conf > > @@ -24,7 +24,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ > > " > > > > PREFERRED_VERSION_xserver-xorg ?= "1.9.3" > > -PREFERRED_VERSION_mesa-dri ?= "8.0.4" > > +PREFERRED_VERSION_mesa-dri ?= "9.0.2" > > PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" > > PREFERRED_VERSION_emgd-driver-bin ?= "1.14" > > > _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
