diff options
author | Chris Austen <austenc@us.ibm.com> | 2015-11-01 22:27:34 -0600 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2015-11-01 22:27:34 -0600 |
commit | 764ae4316178be6cef32c5cadafd6e2f982c4936 (patch) | |
tree | be6d445aa0e68c4d18f296a5a993e9978b5ce105 /meta-phosphor/conf | |
parent | 4bd2cbf723a746dfe80a0dded0473a71f7950eed (diff) | |
download | talos-openbmc-764ae4316178be6cef32c5cadafd6e2f982c4936.tar.gz talos-openbmc-764ae4316178be6cef32c5cadafd6e2f982c4936.zip |
Add ipmi fru write to dbus
x
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/machine/include/sample.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/conf/machine/include/sample.inc b/meta-phosphor/conf/machine/include/sample.inc index 2b8f98689..040cc571f 100644 --- a/meta-phosphor/conf/machine/include/sample.inc +++ b/meta-phosphor/conf/machine/include/sample.inc @@ -19,6 +19,7 @@ VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ " VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ host-ipmid-oem \ + host-ipmid-fru \ " PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw ?= "host-ipmi-hw-example" |