summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/qemuarm.conf1
-rw-r--r--meta/conf/machine/qemuarm64.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index 367fcef019..4e605d3a92 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/conf/machine/qemuarm.conf
@@ -8,6 +8,7 @@ require conf/machine/include/qemu.inc
8KERNEL_IMAGETYPE = "zImage" 8KERNEL_IMAGETYPE = "zImage"
9 9
10SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" 10SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
11SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
11 12
12# For runqemu 13# For runqemu
13QB_SYSTEM_NAME = "qemu-system-arm" 14QB_SYSTEM_NAME = "qemu-system-arm"
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 1e2d4f018d..2cf1a0206c 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -8,6 +8,7 @@ require conf/machine/include/qemu.inc
8KERNEL_IMAGETYPE = "Image" 8KERNEL_IMAGETYPE = "Image"
9 9
10SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" 10SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
11SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
11 12
12# For runqemu 13# For runqemu
13QB_SYSTEM_NAME = "qemu-system-aarch64" 14QB_SYSTEM_NAME = "qemu-system-aarch64"