]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 6 Apr 2020 07:17:05 +0000 (15:17 +0800)
commitb7ae0fa668be008e46982190553d0738a5465efe
treebe4e99ad04dd60376bebeb0892411e3985a90c7c
parent71711f5f20fc3744be4c9188a75606f60d524ff9
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>
(cherry picked from commit 44f04c039a4d61dd18666e42b9b9865cbc3ada9e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/kernel-yocto.bbclass