diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2012-11-08 15:03:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-13 14:11:24 +0000 |
commit | 4e2b5a59299610c06f9a5fb6fcd103d6946da41a (patch) | |
tree | 3608fa38d1419c4a8f56583a26d153129817e0de /bitbake/lib | |
parent | 7e1e3066e37a458b21294e1f5cfc3ed96efd5c7c (diff) | |
download | poky-4e2b5a59299610c06f9a5fb6fcd103d6946da41a.tar.gz |
bitbake: hob: hob was freezing because it doesn't receives well the log file
-after pressing "build image" button, hob was freezing because it didn't
receive well the log file
[YOCTO #3398]
(Bitbake rev: e3619e34d43c3f7725fc83c362d8cbd07e153ebe)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index 5026bf740f..4b908f9041 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): | |||
420 | self.build.reset() | 420 | self.build.reset() |
421 | 421 | ||
422 | def get_logfile(self): | 422 | def get_logfile(self): |
423 | return self.server.runCommand(["getVariable", "BB_CONSOLELOG"]) | 423 | return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])[0] |
424 | 424 | ||
425 | def _remove_redundant(self, string): | 425 | def _remove_redundant(self, string): |
426 | ret = [] | 426 | ret = [] |