]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto.bbclass: Support config fragments with externalsrc
authorPaul Barker <pbarker@konsulko.com>
Mon, 9 Mar 2020 14:21:39 +0000 (14:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Mar 2020 23:18:58 +0000 (23:18 +0000)
commit44f04c039a4d61dd18666e42b9b9865cbc3ada9e
tree55ababac7eae5966c97aec208f0ce3b87a85c93f
parenteab605bab94552046ec4adae5debe026cc03bb4c
kernel-yocto.bbclass: Support config fragments with externalsrc

The merging of config fragments is performend in the do_kernel_configme
task and so config fragments will not be supported when this task is
removed from the dependency tree.

kernel-yocto adds additional tasks which may modify the source directory
to SRCTREECOVEREDTASKS so that they are removed when using externalsrc.
However, do_kernel_configme should be safe to use, the only modification
to the source tree is the potential creation of the '.kernel-meta'
directory and the '.metadir' file.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass