]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: refactor kern-tools-native handling
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 20 Jul 2017 14:48:08 +0000 (16:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jul 2017 07:44:18 +0000 (08:44 +0100)
commit5c7f5031023fb74b5f2f26d6b3c829981f2f54d2
treeb761e49e0e75b0f3ad6ccfd4117d58b2d7c4227a
parentbc1a4af950a2600028d89b7dcb4ff8f409b52739
devtool: extract: refactor kern-tools-native handling

When extracting linux-yocto kernel source, we don't need to dance around
shutting down and starting up tinfoil anymore, we can just execute the
tasks as needed when needed using tinfoil's new build_targets()
function. This allows us to tidy up the code structure a bit.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py