[oe-commits] [openembedded-core] 25/25: testimage: mips hangs at devtmpfs when two consoles enabled on cmdline

git at git.openembedded.org git at git.openembedded.org
Tue Jun 27 12:45:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit a1244bcc75af5c7505b55f3dc904f4771c5d3f55
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Jun 19 21:34:20 2017 -0700

    testimage: mips hangs at devtmpfs when two consoles enabled on cmdline
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/lib/oeqa/utils/qemurunner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 8f1b5b9..ebc4aba 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -122,7 +122,7 @@ class QemuRunner:
             return False
 
 
-        bootparams = 'console=tty1 console=ttyS0,115200n8 printk.time=1'
+        bootparams = 'console=tty0,115200n8 printk.time=1'
         if extra_bootparams:
             bootparams = bootparams + ' ' + extra_bootparams
 

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


More information about the Openembedded-commits mailing list