mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the stacktrace won't be seen
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -91,7 +91,7 @@ def init(server, eventHandler):
|
|||||||
if isinstance(event, bb.msg.MsgFatal):
|
if isinstance(event, bb.msg.MsgFatal):
|
||||||
return_value = 1
|
return_value = 1
|
||||||
print('FATAL: ' + event._message)
|
print('FATAL: ' + event._message)
|
||||||
break
|
continue
|
||||||
if isinstance(event, bb.build.TaskFailed):
|
if isinstance(event, bb.build.TaskFailed):
|
||||||
return_value = 1
|
return_value = 1
|
||||||
logfile = event.logfile
|
logfile = event.logfile
|
||||||
|
|||||||
Reference in New Issue
Block a user