[meta-intel] [PATCH 01/27] Add linux-yocto-dev bbappend

Darren Hart dvhart at linux.intel.com
Mon Jan 27 17:20:44 PST 2014


On Tue, 2014-01-28 at 00:47 -0500, Bruce Ashfield wrote:
> On 1/27/2014, 7:45 PM, Darren Hart wrote:
> > Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> > ---
> >   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   17 +++++++++++++++++
> >   1 file changed, 17 insertions(+)
> >   create mode 100644 common/recipes-kernel/linux/linux-yocto-dev.bbappend
> >
> > diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
> > new file mode 100644
> > index 0000000..cbb2004
> > --- /dev/null
> > +++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
> > @@ -0,0 +1,17 @@
> > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > +
> > +#LINUX_VERSION = "3.10.19"
> 
> What's with the commented out values ? Just there as reminders/place holders
> if AUTOREV isn't used ?

Yes, exactly. This was a local-dev patch that I decided to include in
the pull to make it easier to collaborate on fleshing out the new BSPs
as a group. This will need to get cleaned up.

> > +
> > +COMPATIBLE_MACHINE_intel-core2-32 = "intel-core2-32"
> > +KMACHINE_intel-core2-32 = "common-pc"
> 
> If you want, we can drop this line completely by simply adding the new
> machine name to the kernel meta data, and then the defaults will just
> work.

Yes, we need to do that. I was planning on syncing with you tomorrow on
some of this as well. Two machines:

intel-core2-32
intel-corei7-64

These BSPs will use standard/base and build generic Intel kernels
supporting the majority of the BSPs in meta-intel currently. I figured I
would get the first skeletons ready and send them on to you in the next
few days - for now, this use of common-pc* gets them in place and easy
for Tom and Nitin to help flesh them out with additional platform
support.

--
Darren

> 
> Bruce
> 
> > +KBRANCH_intel-core2-32 = "standard/base"
> > +KERNEL_FEATURES_append_intel-core2-32 = " cfg/vesafb"
> > +#SRCREV_meta_intel-core2-32 = "d9cd83c0292bd4e2a6754a96761027252e726a42"
> > +#SRCREV_machine_intel-core2-32 = "a9ec82e355130160f9094e670bd5be0022a84194"
> > +
> > +COMPATIBLE_MACHINE_intel-corei7-64 = "intel-corei7-64"
> > +KMACHINE_intel-corei7-64 = "common-pc-64"
> > +KBRANCH_intel-corei7-64 = "standard/base"
> > +KERNEL_FEATURES_append_intel-corei7-64 = " cfg/vesafb"
> > +#SRCREV_meta_intel-corei7-64 = "d9cd83c0292bd4e2a6754a96761027252e726a42"
> > +#SRCREV_machine_intel-corei7-64 = "a9ec82e355130160f9094e670bd5be0022a84194"
> >
> 

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



More information about the meta-intel mailing list