]> code.ossystems Code Review - openembedded-core.git/commit
devtool: make required tasks be run in kernel build
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 18 Aug 2015 14:13:12 +0000 (17:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Sep 2015 12:32:34 +0000 (13:32 +0100)
commitf0a3a38a653c643468452eba43a12795136720c9
treeafacbb8837da0fadb8de9da51c2b24d71f6a27e0
parentd5e8c095fb6452c6b58526d242faedd2c653213d
devtool: make required tasks be run in kernel build

Set SRCTREECOVEREDTASKS appropriately in the workspace .bbappend file
for kernel recipes. This tries to ensure that all needed tasks (esp.
configure and patch) are run when building the kernel - tasks which
would normally be disabled by externalsrc.bbclass.

[YOCTO #6658]

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