mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7e1e3066e3
commit
4e2b5a5929
@@ -420,7 +420,7 @@ class HobHandler(gobject.GObject):
|
|||||||
self.build.reset()
|
self.build.reset()
|
||||||
|
|
||||||
def get_logfile(self):
|
def get_logfile(self):
|
||||||
return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])
|
return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])[0]
|
||||||
|
|
||||||
def _remove_redundant(self, string):
|
def _remove_redundant(self, string):
|
||||||
ret = []
|
ret = []
|
||||||
|
|||||||
Reference in New Issue
Block a user