diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-03-09 11:33:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-13 11:29:23 +0000 |
commit | 26473bfbeaed905e72ca95cf69d7bef3422814ac (patch) | |
tree | 2023c98e0fa9378988ce5552052014faea1658ef /bitbake/bin/toaster | |
parent | 954b5258f182c71f9df2862d2771b5bdc82099e2 (diff) | |
download | poky-26473bfbeaed905e72ca95cf69d7bef3422814ac.tar.gz |
bitbake: lib/bb/msg: Convert default domains to a dictionary
Converts the default domain variable to a dictionary where the keys are
the logging domains and the values are the logging level (instead of the
debug count). This makes it easier to deal with the logging domains and
the awkward conversion from a list to a dictionary only needs to be done
once when logging is initialized. Finally, other code has been written
that already assumes this variable is a dictionary, see:
f04cd93109 ("bitbake: lib/bb: Optimise out debug messages from cooker")
(Bitbake rev: f32a8bc7ff7a0b0750b6934a96f5d48391b1383a)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/toaster')
0 files changed, 0 insertions, 0 deletions