summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules
diff options
context:
space:
mode:
authorAnton D. Kachalov <gmouse@google.com>2021-02-06 14:23:10 +0300
committerAnton D. Kachalov <gmouse@google.com>2021-05-07 11:48:55 +0300
commit22e0025925e853040a4c829abd3077c960aca831 (patch)
treea289ad41c92b3d98090b9855e7ddf0cd7512b1e8 /meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules
parent39c444bb509d1d3560b63ebaa66b573772dcf223 (diff)
downloadopenbmc-22e0025925e853040a4c829abd3077c960aca831.tar.xz
phosphor-hwmon: install configs from repo
Use meson to build the package. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change should be merged after individual repo change: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/40277 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I542645d55b8646e0ddb3fb95f50a1cd87334706e
Diffstat (limited to 'meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules')
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules
deleted file mode 100644
index 503b2d002b..0000000000
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBSYSTEM=="hwmon", ACTION=="add", RUN="/usr/bin/start_hwmon.sh start %p %E{OF_FULLNAME}"
-SUBSYSTEM=="hwmon", ACTION=="remove", RUN="/usr/bin/start_hwmon.sh stop %p %E{OF_FULLNAME}"