From: Paul Eggleton Date: Thu, 13 Apr 2017 12:20:50 +0000 (+1200) Subject: devtool: extract: drop erroneous bb.event.TaskStarted X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92e05cd644bae77c47dd844b6ca67c3621ff09a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c3b65fbbd41..5ff1e230fdd 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',