]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: Add always ttyS1 when no serial options are specified
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 16 Feb 2017 17:10:30 +0000 (11:10 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:33 +0000 (10:42 +0000)
commitab8d1a73ad5285dbc86352813b24db2adb3c6367
treeff0cfcdc5ecff43bfbfa132ed150903ddb9494c7
parentd7f0af5aa90a9ef7714c842fb4cb762017820768
scripts/runqemu: Add always ttyS1 when no serial options are specified

We always wants ttyS0 and ttyS1 in qemu machines (see SERIAL_CONSOLES),
if not serial or serialtcp options was specified only ttyS0 is created
and sysvinit shows an error trying to enable ttyS1:

     INIT: Id "S1" respawning too fast: disabled for 5 minutes

[YOCTO #10491]

(From OE-Core rev: 3a0efbbe6bb5a7f0fb3df0f6052b11e56788405f)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu