diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-09-12 10:49:54 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-12 23:55:29 +0100 |
commit | e2c25f4bd0e03b2751e39d47636f6eef6456ebab (patch) | |
tree | 003fce02a4213d7f5101707c8e3006591c9e3fce /scripts/oe-buildenv-internal | |
parent | 1bb49ce3228ae429c84830ecc0826092fd3bd072 (diff) | |
download | poky-e2c25f4bd0e03b2751e39d47636f6eef6456ebab.tar.gz |
bitbake: server/process: ensure server failure log is limited to current session
Printing the last 10 lines of bitbake-cookerdaemon.log when the server
fails to start can sometimes result in printing the output from a
previous run, which could lead the user completely down the wrong path
in terms of the cause of the failure. Use a known start text containing
the time which we can then look for when scanning through the log, and
then grab the last 10 lines of that part instead.
Fixes [YOCTO #11903].
(Bitbake rev: 567f2cf1bc455b4f3cfb1cbd7f25145360b05a62)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-buildenv-internal')
0 files changed, 0 insertions, 0 deletions