[linux-yocto] [PATCH 2/3] meta: fri2 - fix mixed emgd versions problem
Tom Zanussi
tom.zanussi at intel.com
Thu Aug 9 10:35:36 PDT 2012
On Thu, 2012-08-09 at 13:30 -0400, Bruce Ashfield wrote:
> On 12-08-09 11:11 AM, tom.zanussi at intel.com wrote:
> > From: Tom Zanussi<tom.zanussi at intel.com>
> >
> > The fri2 BSP includes the emgd-1.10 feature but merges the emgd-1.8
> > branch. This change merges the 1.10 emgd branch as intended, and
> > removes the feature include, which is no longer needed since it's done
> > automatically now via a staging feature.
> >
> > Signed-off-by: Tom Zanussi<tom.zanussi at intel.com>
> > ---
> > meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc | 3 +--
> > 1 files changed, 1 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc
> > index 28f142e..a42f1b5 100644
> > --- a/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc
> > +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc
> > @@ -5,8 +5,7 @@ define KARCH i386
> > include ktypes/standard
> > branch fri2
> >
> > -include features/emgd/emgd-1.10.scc
> > -git merge emgd
> > +git merge emgd-1.10
>
> Stupid question. Is this for the 3.2 yocto tree ? while the
> 1.14 ones are for the 3.4 ? or do we have a mix here ?
>
No, this is all 3.4 - haven't even looked at 3.2
Tom
> Bruce
>
> >
> > include fri2.scc
> > include cfg/efi-ext.scc
>
More information about the linux-yocto
mailing list