]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: split meta data from kernel repository
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 21 Jul 2015 15:21:04 +0000 (11:21 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Jul 2015 13:40:57 +0000 (14:40 +0100)
commit523e4f6a6913b64453579d27a02467e14f7df42e
tree07f568eb0daf218d7bafa30f2640f0d58f90b16c
parent00608cffffb586e8d2a2075117e710113c471448
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/linux/linux-yocto-dev.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
meta/recipes-kernel/linux/linux-yocto_3.14.bb
meta/recipes-kernel/linux/linux-yocto_3.19.bb