]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: event.py: output errors and warnings to stderr
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 8 Sep 2016 11:02:33 +0000 (14:02 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Sep 2016 11:15:07 +0000 (12:15 +0100)
commitd649c64bebb0ae756ac65068f5b64262bcfffdd2
tree43b8822eaa1ef87570e3bd355d19389c989d79cf
parent62c45ffbc7c239b6d50931a0fc46f9a67635b1b1
bitbake: event.py: output errors and warnings to stderr

All logging messages are printed on stdout when processing
UI event queue. This makes it impossible to distinguish between
errors and normal bitbake output. Output to stderror or stdout
depending on log level should fix this.

(Bitbake rev: 56ac0d4c7a5f47aeb707b15a0c305d9f73aae945)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/event.py