commit | a2869f1dbdef6b6da585fd4dcf1f4e1f4a7b6be3 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Sun Nov 01 08:28:40 2015 -0600 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Sun Nov 01 08:28:40 2015 -0600 |
tree | a898f6dbb6bdac7fa9a21f75cf9dc665f4dee82f | |
parent | acb2c9b0b32b5fc4cdc6500fdd91155c3db204b7 [diff] |
Use OEM parser on all OpenPOWER systems This was only being picked up on Palmetto.
diff --git a/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc b/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc index d7828c0..820b0eb 100644 --- a/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc +++ b/meta-openbmc-machines/meta-openpower/conf/machine/include/openpower.inc
@@ -18,7 +18,9 @@ VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ skeleton \ " - +VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ + host-ipmid-oem \ + " PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "btbridged" PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "skeleton" PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-event"
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf index 7c137a4..f6256a7 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
@@ -1,9 +1,6 @@ KMACHINE = "aspeed" KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" -VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ - host-ipmid-oem \ - " require conf/machine/include/ast2400.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/ibm.inc