mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ab2abd46f6
commit
2918b50361
@@ -115,7 +115,6 @@ _evt_list = [
|
||||
"bb.event.NoProvider",
|
||||
"bb.event.ParseCompleted",
|
||||
"bb.event.ParseProgress",
|
||||
"bb.event.ParseStarted",
|
||||
"bb.event.RecipeParsed",
|
||||
"bb.event.SanityCheck",
|
||||
"bb.event.SanityCheckPassed",
|
||||
|
||||
Reference in New Issue
Block a user