summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-x86
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-08-10 09:22:09 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 01:47:06 +0000
commita06d9510539962cf91c74057f6011626cf3c75f6 (patch)
tree2fe427e559c714529e657f85a95df2c03f30726e /meta-openbmc-machines/meta-x86
parent74bc085d1444c2dd643823c8ff20dc43bbf8eadb (diff)
downloadtalos-openbmc-a06d9510539962cf91c74057f6011626cf3c75f6.tar.gz
talos-openbmc-a06d9510539962cf91c74057f6011626cf3c75f6.zip
Configure hwmon to remove objects on fails
phosphor-hwmon changed its default behavior to exit the program on an access failure. To preserve the behavior that this platform needs, an option needs to be passed to the configure step. Resolves openbmc/openbmc#2111 Change-Id: I124178629be25c7758e59ba356bb1c5dc3e4b57d Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-x86')
-rw-r--r--meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend b/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
index 3557b749a..fb58eebb0 100644
--- a/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
+++ b/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%.bbappend
@@ -10,3 +10,5 @@ ITEMS += "${@compose_list(d, 'TEMPBASE', 'TEMPS')}"
ENVS = "obmc/hwmon/{0}"
SYSTEMD_ENVIRONMENT_FILE_${PN}_append_quanta-q71l := " ${@compose_list(d, 'ENVS', 'ITEMS')}"
+
+EXTRA_OECONF_append_quanta-q71l = " --enable-remove-from-dbus-on-fail"
OpenPOWER on IntegriCloud