]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: extract: refactor kern-tools-native handling
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 19 Jul 2017 10:07:16 +0000 (12:07 +0200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 20 Jul 2017 14:35:47 +0000 (16:35 +0200)
commit3535b61b9a52aaa7d626252de8504c3378a6d0d7
treea8b863b90bb21d08800670f16306d3b90d6c7765
parent0efe132c9641f854622e61607f71555adbad4d60
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>
scripts/lib/devtool/standard.py