meta-quanta: gsj: drop obsolete channel config

Drop the ipmi channel config.  It is unused by phosphor-host-ipmid.
Now, a platform can override phosphor-ipmi-config with a channel
configuration file to enable this.

(From meta-quanta rev: ea17a157dbf31a8869e3d406306888f1f09e9ec4)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I8036c1939dcf936b3a0ea5948830c4104ee04dd7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-channel-config/channel.yaml b/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-channel-config/channel.yaml
deleted file mode 100644
index 4e2a0a6..0000000
--- a/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-channel-config/channel.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-1:
-  ifName: eth0
diff --git a/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-ipmi-channel-config-native.bb b/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-ipmi-channel-config-native.bb
deleted file mode 100644
index a4ad933..0000000
--- a/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-ipmi-channel-config-native.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Quanta gsj IPMI Channel to if_name mapping."
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${QUANTABASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
-
-inherit native
-inherit phosphor-ipmi-host
-
-PROVIDES += "virtual/phosphor-ipmi-channel-config"
-
-SRC_URI += "file://channel.yaml"
-
-S = "${WORKDIR}"
-
-do_install() {
-	DEST=${D}${sensor_datadir}
-        install -d ${DEST}
-	install channel.yaml ${DEST}/channel.yaml
-}