From a75b79a9e9d76db8f75af64c3792c7a1bbfd15b8 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 28 Sep 2016 16:27:34 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-yocto-bsp') diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index ceee247bac..d843fd2156 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf @@ -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" -- cgit 1.2.3-korg