]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta/conf/machine: remove SERIAL_CONSOLES_CHECK
authorRoss Burton <ross.burton@arm.com>
Tue, 10 Oct 2023 12:54:56 +0000 (13:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Oct 2023 08:42:01 +0000 (09:42 +0100)
There's no need for this variable anymore, as all consoles listed in
SERIAL_CONSOLES are checked for their existence before a getty is
started.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/riscv/qemuriscv.inc
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarm64.conf

index 8da5b0b0c88f21b25c05a33d534081f0ee5c4fa4..46ae66b9e50a2af5643ce170ae006140c4eb1056 100644 (file)
@@ -10,7 +10,6 @@ KERNEL_IMAGETYPES += "uImage"
 KEEPUIMAGE = "no"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;hvc0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 IMAGE_FSTYPES += "ext4 wic.qcow2"
 
index 9f07664bef0819e98bb5382261a148bbf9cfc03b..943ce7c16a2544f4ea9630c74e67d1b4622d5c8a 100644 (file)
@@ -10,7 +10,6 @@ KERNEL_IMAGETYPE = "zImage"
 UBOOT_MACHINE ?= "qemu_arm_defconfig"
 
 SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 # For runqemu
 QB_SYSTEM_NAME = "qemu-system-arm"
index 51600d40a4a34118a880cc33e85fd271e8fcfcc8..a096d964db59a9c667e11852fa89cd375e52454b 100644 (file)
@@ -10,7 +10,6 @@ KERNEL_IMAGETYPE = "Image"
 UBOOT_MACHINE ?= "qemu_arm64_defconfig"
 
 SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
-SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 # For runqemu
 QB_SYSTEM_NAME = "qemu-system-aarch64"