summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2012-11-08 15:03:42 +0200
committerRoss Burton <ross.burton@intel.com>2012-12-03 16:59:36 +0000
commite0bd4c4616511ec7918f801fb5e04984ebea8158 (patch)
tree65d0136ac24b3d8bdb5074822c9daa667aaaf281
parentd1002e33e05d45a7e1bd65d79537419a4057e43a (diff)
downloadbitbake-e0bd4c4616511ec7918f801fb5e04984ebea8158.tar.gz
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] Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/crumbs/hobeventhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hobeventhandler.py b/lib/bb/ui/crumbs/hobeventhandler.py
index 82ebc7d2e..3f2b3b02f 100644
--- a/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/lib/bb/ui/crumbs/hobeventhandler.py
@@ -401,7 +401,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]
def _remove_redundant(self, string):
ret = []