]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: update SRCTREECOVEREDTASKS for kernel
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 3 Dec 2015 13:54:25 +0000 (15:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Dec 2015 08:47:28 +0000 (08:47 +0000)
commit7ce4c18a4ba1ebcb9f46e652a881ace1f21d2292
tree91ddf2dc7a11245b6c70eebcb7edf49d92e4a5f9
parent3b516332e038a587685f6e0c14a7f04990bdd6cc
devtool: extract: update SRCTREECOVEREDTASKS for kernel

Add 'do_kernel_configme' and 'do_kernel_configcheck' to
SRCTREECOVEREDTASKS of kernel packages. These tasks should not be run
because kernel meta in the srctree is not necessarily up-to-date or
even present which causes build failures and/or invalid kernel config.
Especially so because 'do_patch' which is a dependency of
'do_kernel_configme' is not being run.

We now store .config in the srctree and 'do_configure' task is able to
run successfully.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/standard.py