]> code.ossystems Code Review - openembedded-core.git/commitdiff
devtool: extract: drop erroneous bb.event.TaskStarted
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Apr 2017 12:50:53 +0000 (00:50 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2017 22:57:38 +0000 (23:57 +0100)
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>
scripts/lib/devtool/standard.py

index c3b65fbbd417ecab9a37c30183ff389005374c57..5ff1e230fddd9d06a8fcc0db14940f45b1d62152 100644 (file)
@@ -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',