summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-30 18:30:18 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-30 19:54:14 +0200
commit942fe45f14898fb17f986f58138fcb8a286f3acd (patch)
treecc0c187cc9e4364336fa0fb092817eaf669453d7 /conf/machine/apalis-imx8.conf
parent43632464eb877e8c6297fd3ba665277352933149 (diff)
machines: switch to serial_consoles oe variable
SERIAL_CONSOLE has been deprecated for a while now (see [1]) and is replaced by SERIAL_CONSOLES. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 8a60f50..d1ad24f 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -16,7 +16,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
LOADADDR = ""
# We have to disable SERIAL_CONSOLE due to auto-serial-console
-SERIAL_CONSOLE = "115200 ttyAMA1"
+SERIAL_CONSOLES = "115200;ttyAMA1"
# we do not want to have getty running on tty1 as we run
# auto-serial-console there