]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: split meta data generation from patching phase
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 5 Mar 2015 14:04:01 +0000 (09:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:17 +0000 (11:03 +0000)
commit1be4c68fb876b63f19d107275b701fe1c1c121db
tree6e936cf0f487b993aa94f1b4c943a8cd1ca8ed78
parentb903559daa847d2c56bf729fc5ca885113d0eecc
kernel-yocto: split meta data generation from patching phase

The linux-yocto kernel has a meta-data component which accompanies the
actual tree. That meta-data is processed to generate a series file that
controls the patching and configuration of the kernel.

patching and configuration are two distinct phases, so when working on
kernel configuration, it doesn't make sense to always have to re-run
the patching step just to update configuration data in the meta-series.

To allow a more granular set of tasks, we break the meta-data generation
into a separate task, which runs before do_patch. This allows the task
to be explicitly called when working on configuration, but otherwise
has no impact on the build.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass