diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2015-11-01 08:28:40 -0600 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2015-11-01 08:28:40 -0600 |
commit | a2869f1dbdef6b6da585fd4dcf1f4e1f4a7b6be3 (patch) | |
tree | a898f6dbb6bdac7fa9a21f75cf9dc665f4dee82f /meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf | |
parent | acb2c9b0b32b5fc4cdc6500fdd91155c3db204b7 (diff) | |
download | talos-openbmc-a2869f1dbdef6b6da585fd4dcf1f4e1f4a7b6be3.tar.gz talos-openbmc-a2869f1dbdef6b6da585fd4dcf1f4e1f4a7b6be3.zip |
Use OEM parser on all OpenPOWER systems
This was only being picked up on Palmetto.
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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 7c137a442..f6256a771 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 |