From 160fe2da0adaff5fafe8915122c5fa08cb7bfd01 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 27 Mar 2019 16:55:57 -0700 Subject: 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 Change-Id: I8036c1939dcf936b3a0ea5948830c4104ee04dd7 Signed-off-by: Brad Bishop --- .../ipmi/gsj-channel-config/channel.yaml | 2 -- .../ipmi/gsj-ipmi-channel-config-native.bb | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-channel-config/channel.yaml delete mode 100644 meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-ipmi-channel-config-native.bb (limited to 'meta-quanta/meta-gsj') 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 -} -- cgit v1.2.1