]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: use straight print in check-upgrade-status output
authorChen Qi <Qi.Chen@windriver.com>
Tue, 2 Jan 2024 08:40:02 +0000 (16:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2024 22:50:59 +0000 (22:50 +0000)
commit2c7bf9c8a833bec13a1ebabdce30933cbe691108
tree9a62ba88073828d0b7f21eb67a280ef4d867e2ca
parent5c264063f6363e5ff88146125217b6089eb22f12
devtool: use straight print in check-upgrade-status output

'devtool check-upgrade-status' is for reporting upgradable
status for recipes. The output should always be printed out. So
we should just use 'print' instead of 'logger.info' as the latter
will be suppressed if '-q' parameter is supplied to devtool.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/upgrade.py