[meta-intel] [Patch v3 6/6] sys940x: create a v3.4 kernel recipe

Kamble, Nitin A nitin.a.kamble at intel.com
Fri Jan 18 11:21:42 PST 2013



> -----Original Message-----
> From: Hart, Darren
> Sent: Friday, January 18, 2013 11:20 AM
> To: Kamble, Nitin A
> Cc: Zanussi, Tom; meta-intel at yoctoproject.org
> Subject: Re: [Patch v3 6/6] sys940x: create a v3.4 kernel recipe
> 
> On 01/16/2013 11:59 AM, nitin.a.kamble at intel.com wrote:
> > From: Nitin A Kamble <nitin.a.kamble at intel.com>
> >
> > The sys940x & sys940x-noemgd BSPs are still using v3.2 linux-yocto kernel.
> > This commit provides a v3.4 kernel recipe for these BSPs.
> >
> > Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> > ---
> >  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |   23
> ++++++++++++++++++++
> >  1 files changed, 23 insertions(+), 0 deletions(-)  create mode 100644
> > meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >
> > diff --git
> > a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
> > b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
> > new file mode 100644
> > index 0000000..197b696
> > --- /dev/null
> > +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
> > @@ -0,0 +1,23 @@
> > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > +
> > +KMETA = "meta"
> > +
> > +COMPATIBLE_MACHINE_sys940x = "sys940x"
> > +KMACHINE_sys940x  = "sys940x"
> > +KBRANCH_sys940x  = "standard/base"
> > +KERNEL_FEATURES_sys940x = " features/drm-emgd"
> > +
> > +COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
> > +KMACHINE_sys940x-noemgd  = "sys940x"
> > +KBRANCH_sys940x-noemgd  = "standard/base"
> > +KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb"
> > +
> > +SRCREV_machine_pn-linux-yocto_sys940x ?= "${AUTOREV}"
> > +SRCREV_meta_pn-linux-yocto_sys940x ?= "${AUTOREV}"
> > +SRCREV_emgd_pn-linux-yocto_sys940x ?= "${AUTOREV}"
> > +
> > +SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
> > +SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
> > +
> > +SRC_URI_sys940x =
> "git://${KSRC_linux_yocto_3_4_repo};nocheckout=1;branch=${KBRANCH},${
> KMETA},emgd-1.14;name=machine,meta,emgd"
> > +SRC_URI_sys940x-noemgd =
> "git://${KSRC_linux_yocto_3_4_repo};nocheckout=1;branch=${KBRANCH},${
> KMETA};name=machine,meta"
> 
> The SRC_URI for the noemgd is identical to the linux-yocto base recipe
> correct?

Yes, there is no need to define the SRC_URI with same value here. I will correct it.
Thanks,
Nitin

> 
> 
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel



More information about the meta-intel mailing list