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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 22 22:34:23 UTC 2015


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

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=fec3ef71a70af29a0697b0f221d1ea625e8437ae


More information about the Openembedded-commits mailing list