fix: remove SERIAL_CONSOLES_CHECK from all machines configuration
This variable was removed in OE-Core 4.3 Nanbield::
no longer necessary because all consoles listed in
SERIAL_CONSOLES are checked for their existence before a getty
is started.
This commit is contained in:
parent
76cda32940
commit
5ede4efb33
|
|
@ -17,7 +17,6 @@ do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do
|
||||||
do_image_wic[recrdeptask] += "do_bootimg"
|
do_image_wic[recrdeptask] += "do_bootimg"
|
||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0"
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0"
|
||||||
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
||||||
APPEND:append = " console=ttyS0,115200"
|
APPEND:append = " console=ttyS0,115200"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
require include/coreos-generic-arch/x64.inc
|
require include/coreos-generic-arch/x64.inc
|
||||||
require include/coreos-generic-machine/vm.inc
|
require include/coreos-generic-machine/vm.inc
|
||||||
|
|
||||||
SERIAL_CONSOLES_CHECK = "ttyS0"
|
|
||||||
QB_SYSTEM_NAME = "qemu-system-x86_64"
|
QB_SYSTEM_NAME = "qemu-system-x86_64"
|
||||||
|
|
||||||
# Currently we don't support the watchdog
|
# Currently we don't support the watchdog
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue