summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-12-08 00:38:17 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-12-08 00:38:17 +0300
commit8d6ae7f2a817751fad151168fa10ce28ee0869d8 (patch)
tree281032f7ec07c41589aa094bd165cc2a98f2d3a7 /meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
parentc16fb8893b19075db4bcf3b5bf33c1db8c3ca2bd (diff)
parent5da3c2284560a7e08ffafd03c5b5ba44a3242228 (diff)
downloadopenbmc-8d6ae7f2a817751fad151168fa10ce28ee0869d8.tar.xz
Merge tag '0.26' of ssh://git-amr-1.devtools.intel.com:29418/openbmc-openbmc into update
Diffstat (limited to 'meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend')
-rw-r--r--meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend b/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
index ab61422cb..f0a1c7be8 100644
--- a/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
@@ -1,7 +1,16 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}:"
OBMC_CONSOLE_HOST_TTY = "ttyS2"
-SRC_URI += "file://*.conf"
+SRC_URI_append_tiogapass = " file://server.ttyS2.conf"
+SRC_URI_append_yosemitev2 = " file://server.ttyS0.conf \
+ file://server.ttyS1.conf \
+ file://server.ttyS2.conf \
+ file://server.ttyS3.conf \
+ file://client.2200.conf \
+ file://client.2201.conf \
+ file://client.2202.conf \
+ file://client.2203.conf"
+
SRC_URI_remove = "file://${BPN}.conf"
SYSTEMD_SERVICE_${PN}_remove_yosemitev2 = "obmc-console-ssh.socket"