mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -93,12 +93,10 @@ domain = _NamedTuple("Domain", (
|
||||
"RunQueue",
|
||||
"TaskData",
|
||||
"Util"))
|
||||
|
||||
logger = logging.getLogger("BitBake")
|
||||
loggers = Loggers()
|
||||
debug_level = DebugLevel()
|
||||
|
||||
#
|
||||
# Message control functions
|
||||
#
|
||||
|
||||
@@ -191,4 +189,3 @@ def fatal(msgdomain, msg):
|
||||
else:
|
||||
loggers[msgdomain].critical(msg)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user