]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: Make sure tcpserial is always last
authorRandy Witt <randy.e.witt@linux.intel.com>
Wed, 26 Aug 2015 22:15:34 +0000 (15:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Aug 2015 12:15:40 +0000 (13:15 +0100)
commitc71309616a3247cfab969b74d8642ff0bf9b6500
tree400acf70e0b9f8de7a3f460a58fbcaed4f7120c1
parent74d02c942414a193a01367c0a32bf91a3329a8d4
runqemu-internal: Make sure tcpserial is always last

If this is not the case, sometimes the additional tcpserial will be
enumerated as ttyS0, which is not what we want. Because then it would be
the console, and qemurunner would not log things properly.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal