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"