summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor
diff options
context:
space:
mode:
authorVijay Khemka <vijaykhemka@fb.com>2020-09-24 21:25:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-25 00:34:58 +0300
commitddc2dfd0f4198bd0f48ef4801ff0b846665795a2 (patch)
tree5fbda3e9f87f29b09ccc8ab3431925149425a040 /meta-facebook/recipes-phosphor
parent6cddae8800eb537c5c88c1c51b7df5ab00097c1a (diff)
downloadopenbmc-ddc2dfd0f4198bd0f48ef4801ff0b846665795a2.tar.xz
meta-facebook: console: Fix new yocto update issue
As per latest yocto update, following error reported so fixing it. URL: 'file://*.conf' has invalid parameters. file:// urls using globbing are no longer supported. Please place the files in a directory and reference that instead. (From meta-facebook rev: 66b327f6b7b70c3ed3752ed89b9b18de463b3c36) Change-Id: I3c1eca1f3fd3fb8acb6166cb3bfb8c8857cb09fc Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-facebook/recipes-phosphor')
-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"