summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-10 05:23:25 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-13 05:10:03 +0300
commit885cdb22af2114827007315634f5e0a2d8e984eb (patch)
treeebbd29a1bdd189c5509f13af00bcaf35624f2eaf
parent34d8abb2815b29e425a51232069270ce4701badb (diff)
downloadopenbmc-885cdb22af2114827007315634f5e0a2d8e984eb.tar.xz
meta-phosphor: ipmid: remove POWER_READING_SENSOR
/usr/share/ipmi-providers/power_reading.json is the ipmid default anyway, so there isn't any point in setting it explicitly. (From meta-phosphor rev: 0f6fbb63bb52af49d0075838417c4184e065aae8) Change-Id: I7d3696255e71c7c2ee2b2f33efb77dda6b0b5a87 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index 0654cfeb0..1438eaaae 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -76,7 +76,6 @@ EXTRA_OECONF = " \
INVSENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/invsensor.yaml \
FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/fru_config.yaml \
ENTITY_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/entity.yaml \
- POWER_READING_SENSOR=${datadir}/ipmi-providers/power_reading.json\
"
S = "${WORKDIR}/git"