]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: build.py: add unhandled exception information to the logger when executing...
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 11 Feb 2019 14:13:01 +0000 (15:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2019 11:21:58 +0000 (11:21 +0000)
commit2f17b87f9712d0e218d656dae0037d15a019f9f6
tree14d2271ff4fe4efa3dfd3826e9bae52a0dafb738
parentdf91cbf7ac4a40d40cb7e70e9e45a171925fe434
bitbake: build.py: add unhandled exception information to the logger when executing python tasks

Previously this information was simply discarded, which in some cases
resulted in generic, unhelpful failures.

With this change the user would see what the exception is, but
without ugly tracebacks or bulky, irrelevant information from the log file.

(Bitbake rev: 8da9242702fbef8cf3156b95a1076802e0f653c7)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py