]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
terminal.py: Restore error output from Terminal
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 25 Apr 2022 21:05:19 +0000 (23:05 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Apr 2022 17:24:37 +0000 (18:24 +0100)
commit116d0bb07ba044cf8847bf3d5c3996ad7e58b7ae
tree6812c8ec041c20b50448a549f4ab4d03177f6e35
parentb5b682f80fba4a62cb1ff7050c97f5b1e204d5a9
terminal.py: Restore error output from Terminal

In bitbake commit 1ecc1d94 (process: Do not mix stderr with stdout),
bb.process.Popen() was changed to no longer combine stdout and stderr by
default. However, the Terminal class was not updated to reflect this and
subsequently only output stdout in case of failures.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py