]> code.ossystems Code Review - openembedded-core.git/commit
classes/logging: make shell message functions output to the console
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 10 Jul 2015 13:56:03 +0000 (14:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:21 +0000 (22:53 +0100)
commitf04139fc2a33ef48dc889ce51ea442927db0c134
treeda2f20750cee7eb7f2d74c444d8e8962fce216ee
parente519ce3675a90ce6583ced9ddb84260ff08bc74b
classes/logging: make shell message functions output to the console

Use the FIFO that is now set up when executing tasks within BitBake to
make bbdebug/bbnote/bbwarn/bbplain/bberror/bbfatal output to the console
through BitBake's UI (as their python counterparts do) instead of only
outputting to the task log.

Note that this requires the corresponding change in BitBake that creates
the FIFO; without it such messages will end up in a file where the FIFO
should have been (but won't cause any other ill effects).

Remainder of the fix for [YOCTO #5275].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/logging.bbclass