aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-04-14 00:50:53 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-13 23:57:38 +0100
commit4e059a5ceb6f44401154e89e37f56de1d664a7cb (patch)
treed68fdac28127145b13b79b151c8f2d6d766cc6b1
parent9174b845bf6a6be7753bf6b921959b1f3f2dcbc0 (diff)
downloadopenembedded-core-contrib-4e059a5ceb6f44401154e89e37f56de1d664a7cb.tar.gz
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>
-rw-r--r--scripts/lib/devtool/standard.py1
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',