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

git at git.openembedded.org git at git.openembedded.org
Sat Jul 25 13:42:43 UTC 2015


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

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=523e4f6a6913b64453579d27a02467e14f7df42e


More information about the Openembedded-commits mailing list