diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-12 13:03:28 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-13 08:07:00 +0100 |
commit | 095175595d9f28d5a0eb7ea520c9af0100bb8dfd (patch) | |
tree | 3fd41d500769cc51ad3aa1c28529b46041e6f45d /documentation/adt-manual/adt-manual-customization.xsl | |
parent | c74b763e04dc40decb651b61cc23fc102b454d59 (diff) | |
download | poky-095175595d9f28d5a0eb7ea520c9af0100bb8dfd.tar.gz |
kernel-yocto: split meta data gathering into patch and config phases
do_kernel_metadata gathers and sanitizes the meta-data that is used
in later steps of the kernel-yocto build process. The processing
takes the form of configuration and patch gathering.
The current single pass of both config and patch gathering means
that patches can't modify in-tree configuration elements (although
this makes tracing configuration changes harder, it is a valid
workflow).
We can divide the routine into a patch and configuration phase, and
call the config variant after patching is done. This keeps the
common parts of the gahering intact, but allows us flexibilty in
when the stages happen.
(From OE-Core rev: 004da4c6c6029bb2bdcea6da8afa70368ddd1bca)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-manual-customization.xsl')
0 files changed, 0 insertions, 0 deletions