diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-04-14 00:50:53 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-13 23:57:38 +0100 |
commit | 4e059a5ceb6f44401154e89e37f56de1d664a7cb (patch) | |
tree | d68fdac28127145b13b79b151c8f2d6d766cc6b1 /scripts/lib/devtool | |
parent | 9174b845bf6a6be7753bf6b921959b1f3f2dcbc0 (diff) | |
download | openembedded-core-4e059a5ceb6f44401154e89e37f56de1d664a7cb.tar.gz openembedded-core-4e059a5ceb6f44401154e89e37f56de1d664a7cb.tar.bz2 openembedded-core-4e059a5ceb6f44401154e89e37f56de1d664a7cb.zip |
devtool: extract: drop erroneous bb.event.TaskStarted
This is a non-existent event - we already have the actual
bb.build.TaskSucceeded further down in the list hence why it wasn't
noticed earlier.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool')
-rw-r--r-- | scripts/lib/devtool/standard.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c3b65fbbd4..5ff1e230fd 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -530,7 +530,6 @@ def _extract_source(srctree, keep_temp, devbranch, sync, d, tinfoil): tinfoil.set_event_mask(['bb.event.BuildStarted', 'bb.event.BuildCompleted', - 'bb.event.TaskStarted', 'logging.LogRecord', 'bb.command.CommandCompleted', 'bb.command.CommandFailed', |