meta-ethanolx: Prepare layer for daytonax board

All configurations that are specific for the EthanolX board are needed
to have ":ethanolx" override.

Change-Id: I7b3381a1f486168bcd12a1ac0fb4756a31fb0487
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb b/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
index 79c80b0..6e89a4c 100644
--- a/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
+++ b/meta-amd/recipes-amd/amd-fpga/amd-fpga.bb
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/${MACHINE}:"
-SUMMARY = "AMD Ethanolx FPGA Register Dump Utility"
-DESCRIPTION = "AMD Ethanolx FPGA Register Dump Utility"
+SUMMARY = "AMD FPGA Register Dump Utility"
+DESCRIPTION = "AMD FPGA Register Dump Utility"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5e24678b8d0883d9dfa9e9473069ddd2"
diff --git a/meta-amd/recipes-phosphor/console/obmc-console_%.bbappend b/meta-amd/recipes-phosphor/console/obmc-console_%.bbappend
index a533724..92148bd 100644
--- a/meta-amd/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/meta-amd/recipes-phosphor/console/obmc-console_%.bbappend
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/${MACHINE}:"
-OBMC_CONSOLE_HOST_TTY = "ttyS0"
+OBMC_CONSOLE_HOST_TTY:ethanolx = "ttyS0"
 
 SRC_URI:remove = "file://${BPN}.conf"
-SRC_URI += "file://server.ttyS0.conf"
+SRC_URI:ethanolx += "file://server.ttyS0.conf"
 
 do_install:append() {
         # Remove upstream-provided configuration
diff --git a/meta-amd/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend b/meta-amd/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend
index 1f2e6c0..503408a 100644
--- a/meta-amd/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend
+++ b/meta-amd/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/${MACHINE}:"
 
 # Default service instance to install (single-host mode)
-DEFAULT_INSTANCE = "ttyS0"
+DEFAULT_INSTANCE:ethanolx = "ttyS0"
 
 SRC_URI:remove = "file://${BPN}.conf"
-SRC_URI += "file://ttyS0.conf"
+SRC_URI:ethanolx += "file://ttyS0.conf"