[Toaster] [PATCH] toasterui: remove ParseStarted from the event list

Smith, Elliot elliot.smith at intel.com
Thu Mar 17 04:59:30 PDT 2016


Upstreamed to bitbake-devel and added to toaster-next.

Thanks.
Elliot

On 16 March 2016 at 12:45, Ed Bartosh <ed.bartosh at linux.intel.com> 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 <ed.bartosh at linux.intel.com>
> ---
>  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
> toaster at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Elliot Smith
Software Engineer
Intel Open Source Technology Centre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20160317/380beed3/attachment.html>


More information about the toaster mailing list