meta-quanta: gbs: add kcs device and 7seg

1. The GBS's host communicates with BMC by KCS1
2. add 7seg for post code led

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: Icba425718052e4e4a2c4217813a60b3a099e04c6
diff --git a/meta-gbs/recipes-phosphor/host/phosphor-host-postd_%.bbappend b/meta-gbs/recipes-phosphor/host/phosphor-host-postd_%.bbappend
new file mode 100644
index 0000000..ef3ecb2
--- /dev/null
+++ b/meta-gbs/recipes-phosphor/host/phosphor-host-postd_%.bbappend
@@ -0,0 +1,2 @@
+SNOOP_DEVICE_gbs = "npcm7xx-lpc-bpc0"
+PACKAGECONFIG_append_gbs = " 7seg"
diff --git a/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules.rules b/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules.rules
new file mode 100644
index 0000000..1de5562
--- /dev/null
+++ b/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules.rules
@@ -0,0 +1 @@
+KERNEL=="ipmi-kcs1", SYMLINK+="ipmi_kcs1"
diff --git a/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend b/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend
new file mode 100644
index 0000000..18e7dba
--- /dev/null
+++ b/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend
@@ -0,0 +1,9 @@
+KCS_DEVICE_gbs = "ipmi_kcs1"
+
+FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
+SRC_URI_append_gbs = " file://99-ipmi-kcs.rules.rules"
+
+do_install_append_gbs() {
+        install -d ${D}/lib/udev/rules.d
+        install -m 0644 ${WORKDIR}/99-ipmi-kcs.rules.rules ${D}/lib/udev/rules.d
+}