From a3865ac3e7504842060f3eeacfa3554da2f192b1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 25 Jul 2019 20:01:50 -0400 Subject: intel-corei7-64: Remove ttyS2 from SERIAL_CONSOLES Remove ttyS2 from SERIAL_CONSOLES in the intel-corei7-64 include file. This quiets the log spamming on Up^2 from the device not being present. The commit that added ttyS2 to SERIAL_CONSOLES in meta-intel (61634f8) does not explain what boards need it, but since neither the minnowboard or Up^2 do, not having it by default seems reasonable. Bug-AGL: SPEC-2678 Change-Id: I9afd1584dd7b92e8d15363c3119b770c592b3c52 Signed-off-by: Scott Murray (cherry picked from commit a3564c68e9a5268ede1988a65559cb22a0fd98b5) --- meta-agl-bsp/conf/include/agl_intel-corei7-64.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc index 4fab6923e..39ed66880 100644 --- a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc +++ b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc @@ -14,3 +14,5 @@ WKS_FILE = "systemd-intel-corei7-64-bootdisk.wks" PREFERRED_VERSION_linux-intel ?= "4.19%" PREFERRED_VERSION_linux-intel-rt ?= "4.19%" + +SERIAL_CONSOLES_remove = "115200;ttyS2" -- cgit 1.2.3-korg