]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: Make sure two serial ports always exist
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 28 Sep 2015 22:38:23 +0000 (15:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Sep 2015 14:15:48 +0000 (15:15 +0100)
commit988369afed85281f3ed9b2f3eeb30f5408498bb9
treeac95061e50c298ad34dcedb21fcf88f8b2659711
parentd2e1cf176b2a705f3e4bd4ab7c35bb1de5dc6985
runqemu-internal: Make sure two serial ports always exist

Since inittab for qemu images now always tries to start getty on a
second serial device, make sure that device exists.

Otherwise the following message will be spammed:
    INIT: Id "S1" respawning too fast: disabled for 5 minutes

[YOCTO #8374]

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