mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
genericx86-64.conf: Add SERIAL_CONSOLES_CHECK = "ttyS0"
Trying to start getty on a non-existent console will spew I/O errors into auth.log on some hardware. Avoid this behavior by checking that ttyS0 is a console that exists. Fixes [YOCTO #10291]. (From meta-yocto rev: bb28e1211b9f2542c7edb627abd8aaae2cbe8df8) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
de34aab334
commit
a75b79a9e9
@@ -8,3 +8,5 @@ require conf/machine/include/tune-core2.inc
|
||||
require conf/machine/include/genericx86-common.inc
|
||||
|
||||
PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%"
|
||||
|
||||
SERIAL_CONSOLES_CHECK = "ttyS0"
|
||||
|
||||
Reference in New Issue
Block a user