[oe-commits] Bruce Ashfield : linux-yocto: split meta data from kernel repository

git at git.openembedded.org git at git.openembedded.org
Thu Jul 23 07:50:03 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c21452e091d6cba8d8ef68084eeeddec384e85a3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c21452e091d6cba8d8ef68084eeeddec384e85a3

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Tue Jul 21 11:21:04 2015 -0400

linux-yocto: split meta data from kernel repository

The linux-yocto tree has always been a combined set of kernel changes
and configuration (meta) data carried in a single tree. While this
format is effective at keeping kernel configuration and source
modifications synchronized, it isn't always obvious to developers on
how to manipulate the meta data versus the source.

With this change, we remove the meta data processing from the
kernel-yocto class and use the external meta-data repository that
has always been used to seed the linux-yocto meta branch.

After this change, linux-yocto can no longer process combined trees,
and is simplified as a result.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/kernel-yocto.bbclass                  | 76 ++--------------------
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |  5 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |  7 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |  7 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb |  7 +-
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      |  7 +-
 meta/recipes-kernel/linux/linux-yocto_3.19.bb      |  7 +-
 7 files changed, 28 insertions(+), 88 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=c21452e091d6cba8d8ef68084eeeddec384e85a3


More information about the Openembedded-commits mailing list