commit | 43fb498820e2b21282197833ed52124792a472e5 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Apr 03 16:20:51 2020 +1030 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Apr 14 17:08:30 2020 +0000 |
tree | 3b004d13d66b427c47d7b97fd2a6496858a5c023 | |
parent | 9508c70494a7d0ae3bd8f2a2fe662407ae642ad5 [diff] |
meta-witherspoon: Migrate console configuration to new layout The obmc-console has rearranged its configuration file layout to cater to concurrent console server instances. Make use of the new layout. Change-Id: I805240ec73b9a48f488e405b6fbc7067cd8ea94d Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/obmc-console.conf b/meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/server.ttyVUART0.conf similarity index 100% rename from meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/obmc-console.conf rename to meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/server.ttyVUART0.conf
diff --git a/meta-witherspoon/recipes-phosphor/console/obmc-console/mihawk/obmc-console.conf b/meta-witherspoon/recipes-phosphor/console/obmc-console/mihawk/server.ttyVUART0.conf similarity index 100% rename from meta-witherspoon/recipes-phosphor/console/obmc-console/mihawk/obmc-console.conf rename to meta-witherspoon/recipes-phosphor/console/obmc-console/mihawk/server.ttyVUART0.conf
diff --git a/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend b/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend index 72d991c..b121be7 100644 --- a/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend
@@ -1 +1,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI_remove = "file://${BPN}.conf" +SRC_URI += "file://server.ttyVUART0.conf"