diff options
Diffstat (limited to 'bitbake/lib/bb/ui/ncurses.py')
| -rw-r--r-- | bitbake/lib/bb/ui/ncurses.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/ncurses.py b/bitbake/lib/bb/ui/ncurses.py index 8684697aa2..8524446d22 100644 --- a/bitbake/lib/bb/ui/ncurses.py +++ b/bitbake/lib/bb/ui/ncurses.py | |||
| @@ -283,7 +283,7 @@ class NCursesUI: | |||
| 283 | # if isinstance(event, bb.build.TaskFailed): | 283 | # if isinstance(event, bb.build.TaskFailed): |
| 284 | # if event.logfile: | 284 | # if event.logfile: |
| 285 | # if data.getVar("BBINCLUDELOGS", d): | 285 | # if data.getVar("BBINCLUDELOGS", d): |
| 286 | # bb.msg.error(bb.msg.domain.Build, "log data follows (%s)" % logfile) | 286 | # bb.error("log data follows (%s)" % logfile) |
| 287 | # number_of_lines = data.getVar("BBINCLUDELOGS_LINES", d) | 287 | # number_of_lines = data.getVar("BBINCLUDELOGS_LINES", d) |
| 288 | # if number_of_lines: | 288 | # if number_of_lines: |
| 289 | # os.system('tail -n%s %s' % (number_of_lines, logfile)) | 289 | # os.system('tail -n%s %s' % (number_of_lines, logfile)) |
| @@ -297,7 +297,7 @@ class NCursesUI: | |||
| 297 | # print '| %s' % l | 297 | # print '| %s' % l |
| 298 | # f.close() | 298 | # f.close() |
| 299 | # else: | 299 | # else: |
| 300 | # bb.msg.error(bb.msg.domain.Build, "see log in %s" % logfile) | 300 | # bb.error("see log in %s" % logfile) |
| 301 | 301 | ||
| 302 | if isinstance(event, bb.command.CommandCompleted): | 302 | if isinstance(event, bb.command.CommandCompleted): |
| 303 | # stop so the user can see the result of the build, but | 303 | # stop so the user can see the result of the build, but |
