summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host
diff options
context:
space:
mode:
authorMichael Tritz <mtritz@us.ibm.com>2017-08-28 10:33:47 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-28 16:27:26 +0000
commita13445305497926ce4d348eb284b5d479600d624 (patch)
tree9dbc8cfb42f212e8192990aefb7a6ca3d0fe75a9 /meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host
parentcac2ecf650a6b1b26e489e5c9d016b900d9dac0b (diff)
downloadtalos-openbmc-a13445305497926ce4d348eb284b5d479600d624.tar.gz
talos-openbmc-a13445305497926ce4d348eb284b5d479600d624.zip
DEVPATH fix for phosphor-gpio-monitor@checkstop.service
This commit fixes an error introduced by openbmc/openbmc#2149 in which phosphor-gpio-monitor@checkstop.service would fail because the file /etc/default/obmc/gpio/checkstop defines PATH and not DEVPATH. PATH is, of course, an environment variable that should not be changed. The problem is fixed by updating the defintion in this file from PATH to DEVPATH. Resolves openbmc/openbmc#2216 Change-Id: I941c0c1315e49abd21daceb5b9f9e7719b5cb0bf Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop
index e6468d898..e856339b0 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop
@@ -1,4 +1,4 @@
-PATH=/dev/input/by-path/platform-gpio-keys-event
+DEVPATH=/dev/input/by-path/platform-gpio-keys-event
KEY=74
POLARITY=1
TARGET=obmc-host-crash@0.target
OpenPOWER on IntegriCloud