From: Paul Eggleton Date: Tue, 13 Dec 2016 07:09:34 +0000 (+1300) Subject: oe-selftest: make tinfoil quiet when using to start QEMU X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c023bc55ff000d1de891d1a8e2a163e94bf63de6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oe-selftest: make tinfoil quiet when using to start QEMU We don't need to see the parsing/cache loading message in the oe-selftest output, so use the newly added quiet option to disable it. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index e00c8797aa5..56c47350b14 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py @@ -216,7 +216,7 @@ def runqemu(pn, ssh=True): import bb.build tinfoil = bb.tinfoil.Tinfoil() - tinfoil.prepare(False) + tinfoil.prepare(config_only=False, quiet=True) try: tinfoil.logger.setLevel(logging.WARNING) import oeqa.targetcontrol