This patch series turns on color compiler diagnostics. It is especially useful when doing edit-compile-test development work with devtool.
It is based on one I've been using internally for about a year now. Limitation: Note that the *.nocolor and *.color logs will only contain the output of the task itself, not any prefuncs or postfuncs. This is because the color filtering is implemented using progress handlers, which don't see prefunc or postfunc output. Chris Laplante (3): lib/oe/log_colorizer.py: add LogColorizerProxyProgressHandler base.bbclass: make oe.log_colorizer available in global context log-colorizer.bbclass: add new class meta/classes/base.bbclass | 2 +- meta/classes/log-colorizer.bbclass | 49 +++++++++++++++++ meta/lib/oe/log_colorizer.py | 86 ++++++++++++++++++++++++++++++ 3 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 meta/classes/log-colorizer.bbclass create mode 100644 meta/lib/oe/log_colorizer.py -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141019): https://lists.openembedded.org/g/openembedded-core/message/141019 Mute This Topic: https://lists.openembedded.org/mt/75836416/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
