[oe-commits] [openembedded-core] 06/18: oe-selftest: make tinfoil quiet when using to start QEMU

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 09:57:20 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c023bc55ff000d1de891d1a8e2a163e94bf63de6
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Dec 13 20:09:34 2016 +1300

    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 <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/utils/commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py
index e00c879..56c4735 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list