machine configuration: Define the SERIAL_CONSOLES parameter.

The SERIAL_CONSOLES defaults to ttyS0 and
therefore a getty on ttyS0 is opened by systemd.
set USE_VT to 0 because we don't have virtual ttys.

BugzID: 61141

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2020-02-03 16:20:27 +01:00
parent 47cb62ee21
commit 41ac224de8
4 changed files with 16 additions and 0 deletions

View File

@ -14,6 +14,10 @@ KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw21"
USE_VT = "0"
SERIAL_CONSOLES ?= "115200;ttyS2"
MACHINE_FEATURES += " \
toby-l2 \
bluetooth \

View File

@ -14,6 +14,10 @@ KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw24"
USE_VT = "0"
SERIAL_CONSOLES ?= "115200;ttyS1"
MACHINE_FEATURES += " \
toby-l2 \
bluetooth \

View File

@ -17,6 +17,10 @@ KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2"
USE_VT = "0"
SERIAL_CONSOLES ?= "115200;ttyS1"
MACHINE_FEATURES += " \
bluetooth \
tibluetooth \

View File

@ -13,6 +13,10 @@ KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
USE_VT = "0"
SERIAL_CONSOLES ?= "115200;ttyS1"
MACHINE_FEATURES += " \
toby-l2 \
bluetooth \