summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-08-17 19:43:40 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2021-08-18 17:38:58 +0200
commitb9a2f4277ea8f76d844ce2f9c80ffd1cc980d1e9 (patch)
tree9a86caeda19735c10a97c5dfcfd512bfa709f727
parent3adc7a0ad71dc0b7efe6ec04e768a036b1b6a105 (diff)
downloadmeta-nfv-access-bsp-x86-b9a2f4277ea8f76d844ce2f9c80ffd1cc980d1e9.tar.gz
machine conf: extend serials for VGAdemo_CPDX-3644demo_CPDX-3634
Installer create shells for every configured SERIAL_CONSOLES. It works fine for serial connections but there are cases when installer is run in a VM where only VGA is availbale. update1: - removed tty1 since in VMware both VGA consoles where redirected into the same output and it was a strange behaviour in shell. Change-Id: Ie8c312ba7e1b2c33343837724bad8a1829158b24 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--conf/machine/atom-c3000.conf2
-rw-r--r--conf/machine/xeon-d.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
index 766809d..d525595 100644
--- a/conf/machine/atom-c3000.conf
+++ b/conf/machine/atom-c3000.conf
@@ -42,6 +42,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
42 " 42 "
43 43
44SYSLINUX_OPTS = "serial 0 115200" 44SYSLINUX_OPTS = "serial 0 115200"
45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 tty0"
46 46
47SOTA_MACHINE ?= "${MACHINE}" 47SOTA_MACHINE ?= "${MACHINE}"
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index 42e1843..02bd19b 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -40,7 +40,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
40 " 40 "
41 41
42SYSLINUX_OPTS = "serial 0 115200" 42SYSLINUX_OPTS = "serial 0 115200"
43SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 43SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 tty0"
44APPEND += "rootwait console=ttyS0,115200 console=tty0" 44APPEND += "rootwait console=ttyS0,115200 console=tty0"
45 45
46SOTA_MACHINE ?= "${MACHINE}" 46SOTA_MACHINE ?= "${MACHINE}"