aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-07-25 20:01:50 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-07-26 09:31:08 +0000
commita3865ac3e7504842060f3eeacfa3554da2f192b1 (patch)
tree93887511e09b67f80c221b58c51e0ffbe338d2cc /meta-agl-bsp
parentcea93bc9f1f6709c83dd35f805ed0d60421d3da4 (diff)
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 <scott.murray@konsulko.com> (cherry picked from commit a3564c68e9a5268ede1988a65559cb22a0fd98b5)
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/conf/include/agl_intel-corei7-64.inc2
1 files changed, 2 insertions, 0 deletions
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"