summaryrefslogtreecommitdiffstats
path: root/conf/machine/atom-c3000.conf
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 /conf/machine/atom-c3000.conf
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>
Diffstat (limited to 'conf/machine/atom-c3000.conf')
-rw-r--r--conf/machine/atom-c3000.conf2
1 files changed, 1 insertions, 1 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}"