[bitbake-devel] [PATCH] hob: hob was freezing because it doesn't receives well the log file

Chris Larson clarson at kergoth.com
Thu Nov 8 14:11:52 UTC 2012


On Thu, Nov 8, 2012 at 6:03 AM, Cristiana Voicu
<cristiana.voicu at intel.com> wrote:
> -after pressing "build image" button, hob was freezing because it didn't
> receive well the log file
>
> [YOCTO #3398]
> Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/hobeventhandler.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
> index 5026bf7..4b908f9 100644
> --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
> +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
> @@ -420,7 +420,7 @@ class HobHandler(gobject.GObject):
>          self.build.reset()
>
>      def get_logfile(self):
> -        return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])
> +        return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])[0]

Oops, sorry about this. I thought I fixed all the runCommand calls,
but must have missed one.
-- 
Christopher Larson




More information about the bitbake-devel mailing list