summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/toasterui.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-03-17 11:59:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 17:56:16 +0000
commit2918b50361a138a3f601eea0f19b0640c2e96a53 (patch)
treeba38d0387e06ede3533c0e59eafe533fb5b2c8bb /bitbake/lib/bb/ui/toasterui.py
parentab2abd46f6593a28653c942f2e478f787daab449 (diff)
downloadpoky-2918b50361a138a3f601eea0f19b0640c2e96a53.tar.gz
bitbake: toasterui: remove ParseStarted from the event list
bb.event.ParseStarted event is not processed by toasterui, but present in event list. This causes the following error: WARNING: Unknown event: <bb.event.ParseStarted object at ... and non-zero return code: WARNING: Return value is 1 (Bitbake rev: 1cc102f3d83d9467a3a3c422254333796ba95605) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
-rw-r--r--bitbake/lib/bb/ui/toasterui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py
index 6b64b4a9c8..538a40964c 100644
--- a/bitbake/lib/bb/ui/toasterui.py
+++ b/bitbake/lib/bb/ui/toasterui.py
@@ -115,7 +115,6 @@ _evt_list = [
115 "bb.event.NoProvider", 115 "bb.event.NoProvider",
116 "bb.event.ParseCompleted", 116 "bb.event.ParseCompleted",
117 "bb.event.ParseProgress", 117 "bb.event.ParseProgress",
118 "bb.event.ParseStarted",
119 "bb.event.RecipeParsed", 118 "bb.event.RecipeParsed",
120 "bb.event.SanityCheck", 119 "bb.event.SanityCheck",
121 "bb.event.SanityCheckPassed", 120 "bb.event.SanityCheckPassed",