All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Christopher Larson <chris_larson@mentor.com>
Subject: [PATCH 0/3] recipetool/devtool: send errors to stderr
Date: Wed, 23 Sep 2015 11:24:08 -0700	[thread overview]
Message-ID: <cover.1443032533.git.chris_larson@mentor.com> (raw)

From: Christopher Larson <chris_larson@mentor.com>

This aligns with the behavior of bitbake proper. There is a bit of code
duplication between knotty and scriptutils, but that's not new -- that was the
case before as well. We should consider moving these logger configuration
functions into bb.msg.

The following changes since commit 2ad7308ee7166641eff99f3b9fe6794de143f6bc:

  oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start (2015-09-22 18:13:02 +0100)

are available in the git repository at:

  git://github.com/kergoth/openembedded-core scriptutils-log-improvements
  https://github.com/kergoth/openembedded-core/tree/scriptutils-log-improvements

Christopher Larson (3):
  oe.scriptutils: enable color in a more flexible way
  oe.scriptutils: add logger_setup_filters
  recipetool, devtool: set up the logging filters

 scripts/devtool            |  1 +
 scripts/lib/scriptutils.py | 29 +++++++++++++++++++++++------
 scripts/recipetool         |  1 +
 3 files changed, 25 insertions(+), 6 deletions(-)

-- 
2.2.1



             reply	other threads:[~2015-09-23 18:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-23 18:24 Christopher Larson [this message]
2015-09-23 18:24 ` [PATCH 1/3] oe.scriptutils: enable color in a more flexible way Christopher Larson
2015-09-25 20:37   ` Christopher Larson
2015-09-23 18:24 ` [PATCH 2/3] oe.scriptutils: add logger_setup_filters Christopher Larson
2015-09-23 18:24 ` [PATCH 3/3] recipetool, devtool: set up the logging filters Christopher Larson
2015-12-11 17:09 ` [PATCH 0/3] recipetool/devtool: send errors to stderr Christopher Larson
2015-12-11 17:17   ` Christopher Larson
2015-12-12  7:00   ` Paul Eggleton
2015-12-14 12:06 ` Burton, Ross
2015-12-14 18:30   ` Christopher Larson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1443032533.git.chris_larson@mentor.com \
    --to=kergoth@gmail.com \
    --cc=chris_larson@mentor.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.