]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: streamline support for multiple upstream repo types
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 22 Mar 2012 20:00:08 +0000 (16:00 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 May 2012 15:05:59 +0000 (16:05 +0100)
commit06e5f45c8f38925cd5902a3a3f436f5e9451dd16
tree795f58cc521573abc8649cfae40930b569a84434
parent612047a20ca400b932ccc634ddb759460d69fdce
linux-yocto: streamline support for multiple upstream repo types

In order to support repositories of various types (with or without
meta data, branched, pristine, custom, etc) information about the
type of processing that is required was passed to the processing
phases via variables.

The combination of variables involved in coordinating the processing
creates a learning curve and overly complicates recipe extensions.

With minor tweaks to the kern-tools, adding flexibility and keying
off the existence of the meta branch it is possible to remove all
of the variables that were added to support different repository
types.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
meta/recipes-kernel/linux/linux-yocto.inc
meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb
meta/recipes-kernel/linux/linux-yocto_3.2.bb