From e493792ecd6710f821e505facc1fe3e24f765979 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 5 Nov 2021 10:04:42 -0500 Subject: meta-facebook: simplify SERIAL_CONSOLES The majority of our hardware uses ttyS4 and 57600. Rather than have each machine specify this, put it into a generic "facebook" override as the default for all our machines. Assuming OVERRIDES is set correctly, machines can still make specific overrides as alternatives. Signed-off-by: Patrick Williams Change-Id: Id8b704163dc57d94e27481dba7aef1bdf66aeee5 --- meta-facebook/conf/machine/include/facebook.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-facebook/conf/machine') diff --git a/meta-facebook/conf/machine/include/facebook.inc b/meta-facebook/conf/machine/include/facebook.inc index 4951a60cf..47b641dfc 100644 --- a/meta-facebook/conf/machine/include/facebook.inc +++ b/meta-facebook/conf/machine/include/facebook.inc @@ -16,3 +16,5 @@ PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps" IMAGE_FEATURES:remove = "obmc-ikvm" +# Most of our hardware uses the default ttyS4 but at 57600. +SERIAL_CONSOLES:facebook = "57600;ttyS4" -- cgit v1.2.3