summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tritz <mtritz@us.ibm.com>2017-08-28 18:33:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-08-28 19:27:26 +0300
commita13445305497926ce4d348eb284b5d479600d624 (patch)
tree9dbc8cfb42f212e8192990aefb7a6ca3d0fe75a9
parentcac2ecf650a6b1b26e489e5c9d016b900d9dac0b (diff)
downloadopenbmc-a13445305497926ce4d348eb284b5d479600d624.tar.xz
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>
-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