aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/conf/machine/include/amd-common-configurations.inc3
-rw-r--r--meta-amdfalconx86/conf/machine/amdfalconx86.conf2
-rw-r--r--meta-baldeagle/conf/machine/baldeagle.conf2
-rw-r--r--meta-steppeeagle/conf/machine/steppeeagle.conf2
4 files changed, 6 insertions, 3 deletions
diff --git a/common/conf/machine/include/amd-common-configurations.inc b/common/conf/machine/include/amd-common-configurations.inc
index a7303651..4873b20d 100644
--- a/common/conf/machine/include/amd-common-configurations.inc
+++ b/common/conf/machine/include/amd-common-configurations.inc
@@ -25,6 +25,9 @@ MACHINE_EXTRA_RRECOMMENDS += "${@bb.utils.contains_any("DISTRO", "mel mel-lite",
RELEASE_IMAGE ?= "core-image-sato"
+# Add serial consoles to kernel commandline, these should occur before the tty0
+APPEND += "${KERNEL_SERIAL_CONSOLE}"
+
# Make sure the kernel messages go to the VGA console
APPEND += "console=tty0"
diff --git a/meta-amdfalconx86/conf/machine/amdfalconx86.conf b/meta-amdfalconx86/conf/machine/amdfalconx86.conf
index e0b158a2..9788ed8e 100644
--- a/meta-amdfalconx86/conf/machine/amdfalconx86.conf
+++ b/meta-amdfalconx86/conf/machine/amdfalconx86.conf
@@ -38,7 +38,7 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyUSB0"
SERIAL_CONSOLES += "115200;ttyS4 115200;ttyS5"
# Enable the kernel console on ttyS0/COM0
-APPEND += "console=ttyS0,115200n8"
+KERNEL_SERIAL_CONSOLE = "console=ttyS0,115200n8"
# Enable powerplay
APPEND += "amdgpu.powerplay=1 amdgpu.pg_mask=0"
diff --git a/meta-baldeagle/conf/machine/baldeagle.conf b/meta-baldeagle/conf/machine/baldeagle.conf
index eeba04ea..724cba28 100644
--- a/meta-baldeagle/conf/machine/baldeagle.conf
+++ b/meta-baldeagle/conf/machine/baldeagle.conf
@@ -29,7 +29,7 @@ MACHINE_EXTRA_RRECOMMENDS += "radeon-firmware amd-gpio"
SERIAL_CONSOLES = "115200;ttyUSB0 115200;ttyS1 115200;ttyS0"
# Enable the kernel console on ttyS0/COM0
-APPEND += "console=ttyS0,115200n8"
+KERNEL_SERIAL_CONSOLE = "console=ttyS0,115200n8"
APPEND += "radeon.dpm=1"
diff --git a/meta-steppeeagle/conf/machine/steppeeagle.conf b/meta-steppeeagle/conf/machine/steppeeagle.conf
index 1647f0a9..82004f52 100644
--- a/meta-steppeeagle/conf/machine/steppeeagle.conf
+++ b/meta-steppeeagle/conf/machine/steppeeagle.conf
@@ -29,7 +29,7 @@ MACHINE_EXTRA_RRECOMMENDS += "radeon-firmware"
SERIAL_CONSOLES = "115200;ttyUSB0"
# Make sure the kernel messages go to the VGA console and to the serial ports.
-APPEND += "console=ttyUSB0,115200n8"
+KERNEL_SERIAL_CONSOLE = "console=ttyUSB0,115200n8"
APPEND += "radeon.dpm=1"