generic-poky/meta/conf/machine/include
Bruce Ashfield 0e7d9956a0 yocto-kernel: factor common routes, update to 2.6.37 and branch renaming
In order to extend and create more kernel recipes based on the
supported yocto kernel common routines need to be placed in
re-usable blocks.

To accomplish this meta/recipes-kernel/linux/linux-yocto_git.bb
is broken into three parts:

 - meta/classes/kernel-yocto.bbclass: contains common routines
   for checking out and configuring a yocto kernel git repository.
   This should be inherited by recipes that need this functionality.

 - meta/recipes-kernel/linux/linux-yocto.inc: Contains the machine
   mappings, compatibility, build directives and common task
   definitions for a yocto kernel based recipe. This inherits
   kernel-yocto, and is the typical point of entry for other recipes.

 - meta/recipes-kernel/linux/linuux-tools.inc: tasks and function definitions
   for kernel recipes that want to build/export perf

It also updates the linux-yocto recipe to default to 2.6.37.

As part of the update to 2.6.37 the branch naming and conventions
have been modified to show inheritance, and be more generic.

For example:

  master
  meta
  yocto/base
  yocto/standard/arm_versatile_926ejs
  yocto/standard/base
  yocto/standard/beagleboard
  yocto/standard/common_pc/atom-pc
  yocto/standard/common_pc/base
  yocto/standard/common_pc_64
  yocto/standard/fsl-mpc8315e-rdb
  yocto/standard/intel_atom_z530
  yocto/standard/intel_core_qm57_pch
  yocto/standard/mti_malta32_be
  yocto/standard/preempt_rt/base
  yocto/standard/preempt_rt/common_pc
  yocto/standard/preempt_rt/common_pc_64
  yocto/standard/preempt_rt/intel_atom_z530
  yocto/standard/preempt_rt/intel_core_qm57_pch
  yocto/standard/qemu_ppc32
  yocto/standard/routerstationpro

In this structure:

  master: tracks the mainline kernel
  meta: meta information for the BSPs and kernel features
  yocto/base: baseline kernel branch
  yocto/standard/base: 'standard' kernel, contains features
                        and configs for all BSPs
  yocto/standard/<machine>: represents a BSP with specific
                            features or configurations

The tools, tree and libc-headers have all been updated to
deal with this new structure. Also in addition to dealing with
the new structure, they continue to work with the existing
tree and will adapt at runtime to the differences.

The linux-yocto-stable_git.bb recipe continues to build the
2.6.34 based tree,and linux-yocto_git.bb builds 2.6.37. As
boards are enabled for the new kernel they will move from
-stable to the development kernel. As of now, only the
emulated targets have moved to 2.6.37-rcX

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-10 22:01:36 -08:00
..
qemu.inc yocto-kernel: factor common routes, update to 2.6.37 and branch renaming 2010-12-10 22:01:36 -08:00
tune-arm9tdmi.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-arm920t.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-arm926ejs.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-arm1136jf-s.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-armv7.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-atom.inc tune-atom.inc: Improve optmisation flags 2009-11-19 22:01:55 +00:00
tune-c3.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-cortexa8.inc tune-cortexa8.inc: don't auto-vectorize, remove package overrides, some cleanup 2009-08-26 10:56:53 -05:00
tune-cortexm1.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-cortexm3.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-cortexr4.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-ep9312.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-iwmmxt.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-mips32.inc qemumips: Add qemumips machine from OE.dev 2010-01-06 15:52:16 +00:00
tune-ppc603e.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-ppce300c2.inc mpc8315e-rdb: create machine and tuning configuration 2010-10-11 22:57:00 +01:00
tune-ppce500.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-sh3.inc conf/machine/include: Rename to .conf to .inc files 2007-08-08 12:37:40 +00:00
tune-sh4.inc conf/machine/include: Rename to .conf to .inc files 2007-08-08 12:37:40 +00:00
tune-strongarm1100.inc tune-strongarm: rename to tune-strongarm1100 and tune to it (from OE) 2008-01-18 12:36:24 +00:00
tune-supersparc.inc bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from this 2008-07-17 20:40:34 +00:00
tune-thumb.inc tune-thumb: switch ARM/Thumb instruction set (from OE) 2007-12-19 12:01:17 +00:00
tune-xscale.inc base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson] 2010-03-19 18:08:35 +00:00
zaurus-2.6.inc zaurus-2.6: merge OE changes (part2: installkit changes) 2008-01-18 12:22:41 +00:00
zaurus-clamshell.inc zaurus-2.6: merge OE changes (part3: tune-xscale for PXA machines) 2008-01-18 12:25:36 +00:00