]> code.ossystems Code Review - openembedded-core.git/commit
Fix up bitbake logging compatibility
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2021 10:12:40 +0000 (10:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2021 23:48:51 +0000 (23:48 +0000)
commit5aecb6df67b876aa12eec54998f209d084579599
tree26378244169bf9b7d1ee38a3a39d0253ac0a29f3
parent8ddfab7b185dbba171afce80260e5638eb06a769
Fix up bitbake logging compatibility

Bitbake changed the debug() logging call to make it compatible with
standard python logging by no longer including a debug level as the
first argument. Fix up the few places this was being used.

Tweaked version of a patch from Joshua Watt.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py
meta/lib/oeqa/utils/__init__.py
meta/lib/oeqa/utils/package_manager.py