> -----Original Message-----
> From: Hart, Darren
> Sent: Thursday, February 28, 2013 12:27 PM
> To: Kamble, Nitin A
> Cc: [email protected]; Zanussi, Tom;
> [email protected]
> Subject: Re: [PATCH 10/10] sys940x: linux-yocto-dev recipe extension
>
> On 02/27/2013 04:28 PM, [email protected] wrote:
> > From: Nitin A Kamble <[email protected]>
> >
> > Provide the sys940x BSP specific extension for the linux-yocto-dev
> > recipe from the oecore layer. This configures the right git branches
> > of the kernel repository for the sys940x BSP.
> >
> > This commit is addressing this bug:
> > [YOCTO #3931]
> >
> > Signed-off-by: Nitin A Kamble <[email protected]>
> > ---
> > .../recipes-kernel/linux/linux-yocto-dev.bbappend | 22
> ++++++++++++++++++++
> > 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644
> > meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
> >
> > diff --git
> > a/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
> > b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
> > new file mode 100644
> > index 0000000..2156124
> > --- /dev/null
> > +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
> > @@ -0,0 +1,22 @@
> > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > +
> > +KMETA = "meta"
> > +
> > +COMPATIBLE_MACHINE_sys940x = "sys940x"
> > +KMACHINE_sys940x = "sys940x"
> > +KBRANCH_sys940x = "standard/base"
> > +KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.16"
> > +
> > +COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
> > +KMACHINE_sys940x-noemgd = "sys940x"
> > +KBRANCH_sys940x-noemgd = "standard/base"
>
> Hrm, don't we have a standard/sys940x? If not we should or at least we
> should use the fri2 one.
I started the work based on the 3.4 version of the bbappend recipe. And the
v3.4 kernel repo
Indeed do not have the sys940x topic branch. And the dev kernel repo does have
the sys940x topic branch.
I am making a commit to use the sys940x topic branch for this BSP kernel.
Nitin
>
> > +KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb"
> > +
> > +SRCREV_machine_sys940x =
> "60536206ad300ccf5b2be2c2d449f4ab27170238"
> > +SRCREV_meta_sys940x = "fe20c99783387dab779472ff50a88666da1c6391"
> > +SRCREV_emgd_sys940x = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1"
> > +
> > +SRCREV_machine_sys940x-noemgd =
> "60536206ad300ccf5b2be2c2d449f4ab27170238"
> > +SRCREV_meta_sys940x-noemgd =
> "fe20c99783387dab779472ff50a88666da1c6391"
> > +
> > +SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-
> dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-
> 1.16;name=machine,meta,emgd"
> >
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel