]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: correct forcing of ttyS0
authorJon Mason <jdmason@kudzu.us>
Wed, 10 Mar 2021 23:05:32 +0000 (18:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Mar 2021 13:59:35 +0000 (13:59 +0000)
commit9dea4cd2f9f46ab3a75562639a22d8f56b4d26af
tree369b0ffd3eb0c94784bb9ae8931add5e3d028667
parent695c98b6522be4373806c154a2999eaeef205556
runqemu: correct forcing of ttyS0

Some platforms do not use ttyS* for their serial consoles (e.g., qemuarm
and qemuarm64).  The hardcoding of this can cause issues.  Modify
runqemu to use the serial consoles defined in SERIAL_CONSOLES instead of
hardcoding.

Signed-off-by: Jon Mason <jon.mason@arm.com>
Change-Id: I746d56de5669c955c5e29d3ded70c0a4d3171f17
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemuboot.bbclass
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarm64.conf
meta/conf/machine/qemuarmv5.conf
meta/lib/oeqa/utils/qemurunner.py
scripts/runqemu