public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v3 1/3] qemuriscv: check serial consoles w.r.t. /proc/consoles
@ 2020-12-14  6:01 Khem Raj
  2020-12-14  6:01 ` [PATCH v3 2/3] busybox-inittab: Implement SYSVINIT_ENABLED_GETTYS and USE_VT Khem Raj
  2020-12-14  6:01 ` [PATCH v3 3/3] systemd: Fix reallocarray check Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2020-12-14  6:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

qemuriscv enables hvc0 along with ttyS0, however its not enabled in
/proc/consoles, getty tries to enable it in inittab and erroring out

Fixes below message with sysvinit

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/conf/machine/include/riscv/qemuriscv.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc
index 0e88c91aa6..47d7e9b174 100644
--- a/meta/conf/machine/include/riscv/qemuriscv.inc
+++ b/meta/conf/machine/include/riscv/qemuriscv.inc
@@ -10,6 +10,7 @@ KERNEL_IMAGETYPES += "uImage"
 KEEPUIMAGE = "no"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;hvc0"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 IMAGE_FSTYPES += "ext4 wic.qcow2"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-14  6:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14  6:01 [PATCH v3 1/3] qemuriscv: check serial consoles w.r.t. /proc/consoles Khem Raj
2020-12-14  6:01 ` [PATCH v3 2/3] busybox-inittab: Implement SYSVINIT_ENABLED_GETTYS and USE_VT Khem Raj
2020-12-14  6:01 ` [PATCH v3 3/3] systemd: Fix reallocarray check Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox