summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-04-21 18:50:09 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-05-06 10:48:03 +0300
commit88edf3c838d5eebfae0f820b8437435026d2ca12 (patch)
treedd0a533d0925b2ecd9f32695526cafee1ca91d63 /meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
parentc2c04b0910aa72972f8e52aec91141100a1e6527 (diff)
downloadopenbmc-88edf3c838d5eebfae0f820b8437435026d2ca12.tar.xz
meta-ethanolx: Remove 'phosphor-hwmon' app and its configuration files
As now 'entity-manager' and 'dbus-sensors' apps are used for the sensor monitoring, 'phosphor-hwmon' app and its configuration files are no longer needed. Moreover if 'phosphor-hwmon' app is present alongside with the 'dbus-sensors' app, it would produce duplicate sensors on Redfish. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I251663a05a8447ad84e13855c02284930ba8d8f4
Diffstat (limited to 'meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend')
-rw-r--r--meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend b/meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
deleted file mode 100644
index b0631e627..000000000
--- a/meta-amd/meta-ethanolx/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
+++ /dev/null
@@ -1,20 +0,0 @@
-FILESEXTRAPATHS_prepend_ethanolx := "${THISDIR}/${PN}:"
-EXTRA_OEMESON_append_ethanolx = " -Dnegative-errno-on-fail=true"
-
-
-CHIPS = " \
- bus@1e78a000/i2c-bus@300/lm75a@48 \
- bus@1e78a000/i2c-bus@300/lm75a@49 \
- bus@1e78a000/i2c-bus@300/lm75a@4a \
- bus@1e78a000/i2c-bus@300/lm75a@4b \
- bus@1e78a000/i2c-bus@300/lm75a@4c \
- bus@1e78a000/i2c-bus@300/lm75a@4d \
- bus@1e78a000/i2c-bus@300/lm75a@4e \
- bus@1e78a000/i2c-bus@300/lm75a@4f \
- pwm-tacho-controller@1e786000 \
- "
-ITEMSFMT = "ahb/apb/{0}.conf"
-ITEMS = "${@compose_list(d, 'ITEMSFMT', 'CHIPS')}"
-
-ENVS = "obmc/hwmon/{0}"
-SYSTEMD_ENVIRONMENT_FILE_${PN}_append_ethanolx = " ${@compose_list(d, 'ENVS', 'ITEMS')}"