summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-10-07 01:49:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-11 08:30:17 +0300
commit34b6b2485a822aaf931734c44a6ab1e44f479fd3 (patch)
treef9314a07cce081bf64564f16bfc1acff39c46dc6
parent518edf9e52c29695dfaeee06d28ef9a2e16e4381 (diff)
downloadopenbmc-34b6b2485a822aaf931734c44a6ab1e44f479fd3.tar.xz
meta-ibm: p10bmc: remove explicit 'mctp' DISTRO_FEATURE
The 'mctp' distro feature (and df-mctp override flag) is now enabled as a side-effect of openpower-hostfw-over-pldm.inc. Remove the explicit feature flag enablement to clean up. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia34e1d045d048e5953d0e991fe070ab0aaad37ba
-rw-r--r--meta-ibm/conf/machine/p10bmc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/conf/machine/p10bmc.conf b/meta-ibm/conf/machine/p10bmc.conf
index db60b240c6..f11657b27a 100644
--- a/meta-ibm/conf/machine/p10bmc.conf
+++ b/meta-ibm/conf/machine/p10bmc.conf
@@ -25,7 +25,7 @@ require conf/distro/include/openpower-hostfw-over-pldm.inc
require conf/distro/include/ibm-mpreboot.inc
require conf/distro/include/ibm-yaml.inc
include conf/distro/include/extra-dev-debug-tools.inc
-DISTRO_FEATURES += "ibm-service-account-policy mctp"
+DISTRO_FEATURES += "ibm-service-account-policy"
MACHINE_FEATURES += 'phal tpm2'
SERIAL_CONSOLES = "115200;ttyS4"