[oe-commits] [openembedded-core] 06/10: devtool: extract: drop erroneous bb.event.TaskStarted

git at git.openembedded.org git at git.openembedded.org
Thu Apr 13 22:50:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit be3ec35ff0c704cfe101e1c20558119039d5ce29
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Apr 14 00:50:53 2017 +1200

    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/lib/devtool/standard.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index c3b65fb..5ff1e23 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',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list