[bitbake-devel] [PATCH v2 0/1] Follow-up fix for tinfoil series

Paul Eggleton paul.eggleton at linux.intel.com
Tue Mar 28 20:41:46 UTC 2017


This resolves the minor regression that caused a few debug messages
to get printed after recent bitbake commit
824e73e0f3eaa96b4d84da7e31f9a17ce5c5d7ee.

Changes since v1:
 - It's not about filtering, and calling filter() just checks if the
   record should be filtered out or not (which handle() already does),
   we need to explicitly check whether the target logger is enabled
   for the level of the record. Thanks to Chris Larson for pointing
   this out.


The following changes since commit 921592026c69287cdb40ffd90944d5944f28e2c3:

  main: Improve -v and -D option documentation (2017-03-27 11:11:05 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/codeparser-log
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/codeparser-log

Paul Eggleton (1):
  lib/bb/codeparser: ensure BufferedLogger respects target logging level

 lib/bb/codeparser.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.9.3




More information about the bitbake-devel mailing list