summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2019-06-04 23:06:30 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-26 21:21:23 +0300
commit100f82716ecea62bdece469b0104962d14784a2b (patch)
treeb43b5dcab3fbbbd88729baa65b2337ad7a1ea554 /meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb
parent7a589364c3bab1c942d77e7bdcc783d67f3fee85 (diff)
downloadopenbmc-100f82716ecea62bdece469b0104962d14784a2b.tar.xz
swift-ipmi: Hard coded sensor support
The Swift MRW has been updated and this commit utilizes some unused sensors for Swift starting at 0xFE and counting backwards (From meta-ibm rev: df212c93689bd73f0e760ed3cfffada6fa6b9ffa) Change-Id: Ica981d322f51fec94c0db94884938a60b637eb73 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb
index efe9cd5d25..d0dbd60d8f 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb
@@ -6,10 +6,6 @@ LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd
inherit allarch
inherit mrw-xml
-EXTRA_SRC_URI = ""
-EXTRA_SRC_URI_witherspoon = " \
- file://ac922-ipmi-extra-hwmon-sensors.yaml \
- "
SRC_URI = " \
file://acx22-ipmi-fru-bmc.yaml \
file://acx22-ipmi-fru-not-sent-by-host.yaml \
@@ -17,7 +13,6 @@ SRC_URI = " \
file://acx22-ipmi-inventory-sensors.yaml \
file://acx22-ipmi-occ-sensors.yaml \
file://acx22-ipmi-sensors-mrw.yaml \
- ${EXTRA_SRC_URI} \
"
DEPENDS = " \
@@ -32,14 +27,9 @@ ACx22_IPMI_EXTRA_FRU_READ_YAMLS = " \
acx22-ipmi-fru-bmc.yaml \
acx22-ipmi-fru-not-sent-by-host.yaml \
"
-ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS = ""
-ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS_witherspoon = " \
- ac922-ipmi-extra-hwmon-sensors.yaml \
- "
ACx22_IPMI_EXTRA_SENSOR_YAMLS = " \
acx22-ipmi-hwmon-sensors.yaml \
acx22-ipmi-occ-sensors.yaml \
- ${ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS} \
"
do_install() {