summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-27 16:55:57 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-28 14:26:58 -0400
commit160fe2da0adaff5fafe8915122c5fa08cb7bfd01 (patch)
treeab5b00027f08c5b8be5ec824a0eda3ccd0c226b5
parentf37d096808492d7e5643b01637690dc24ad422c1 (diff)
downloadtalos-openbmc-160fe2da0adaff5fafe8915122c5fa08cb7bfd01.tar.gz
talos-openbmc-160fe2da0adaff5fafe8915122c5fa08cb7bfd01.zip
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>
-rw-r--r--meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-channel-config/channel.yaml2
-rw-r--r--meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-ipmi-channel-config-native.bb19
2 files changed, 0 insertions, 21 deletions
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 4e2a0a6fa..000000000
--- 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 a4ad933d9..000000000
--- 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
-}
OpenPOWER on IntegriCloud