summaryrefslogtreecommitdiffstats
path: root/scripts
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-14 09:47:08 +0100
commitbce0b509bf9c747c4877930f668717223e09ab96 (patch)
tree2c4015aca7c33bf1353f4a75e40fd9d71cce150c /scripts
parent02c39d3fad81d18cd57a70e9642f07c22909f6e4 (diff)
downloadpoky-bce0b509bf9c747c4877930f668717223e09ab96.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. (From OE-Core rev: 4e059a5ceb6f44401154e89e37f56de1d664a7cb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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):
530 530
531 tinfoil.set_event_mask(['bb.event.BuildStarted', 531 tinfoil.set_event_mask(['bb.event.BuildStarted',
532 'bb.event.BuildCompleted', 532 'bb.event.BuildCompleted',
533 'bb.event.TaskStarted',
534 'logging.LogRecord', 533 'logging.LogRecord',
535 'bb.command.CommandCompleted', 534 'bb.command.CommandCompleted',
536 'bb.command.CommandFailed', 535 'bb.command.CommandFailed',