aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-04-14 00:20:50 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2017-04-14 00:48:34 +1200
commita92e05cd644bae77c47dd844b6ca67c3621ff09a (patch)
treeada39626928510ff246e72ba0ba269247fb96b04
parent0a1164ab1a1cb70e38d6211f71f446353de630dd (diff)
downloadopenembedded-core-contrib-paule/devtool26.tar.gz
devtool: extract: drop erroneous bb.event.TaskStartedpaule/devtool26
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>
-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',