Upstreamed to bitbake-devel and added to toaster-next. Thanks. Elliot
On 16 March 2016 at 12:45, Ed Bartosh <[email protected]> wrote: > 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 > > Signed-off-by: Ed Bartosh <[email protected]> > --- > bitbake/lib/bb/ui/toasterui.py | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/bitbake/lib/bb/ui/toasterui.py > b/bitbake/lib/bb/ui/toasterui.py > index ee40110..5143522 100644 > --- a/bitbake/lib/bb/ui/toasterui.py > +++ b/bitbake/lib/bb/ui/toasterui.py > @@ -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", > -- > 2.1.4 > > -- > _______________________________________________ > toaster mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/toaster > -- Elliot Smith Software Engineer Intel Open Source Technology Centre
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
