summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-10-24 05:21:13 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-24 05:22:14 +0300
commit596f49ffd99fde3c33428d5b6f5843716ccb8338 (patch)
treed49cdbb2a0cdfe34f650457f5b83d7bf751c9922
parentd828408e8d84606b8fee5a694bb8b5a060705541 (diff)
downloadopenbmc-596f49ffd99fde3c33428d5b6f5843716ccb8338.tar.xz
meta-ibm: pldm: force mctp-demux
IBM systems are not ready to transition to the in-kernel MCTP, so force the mctp-demux transport. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I76c635e0ea8e3ce6101fdc882836ca7142dce12f
-rw-r--r--meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
index 89ac85629e..d997e16919 100644
--- a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
+++ b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
@@ -1,3 +1,6 @@
+# Force the mctp-demux to be used until machine is ready to use in-kernel MCTP
+PACKAGECONFIG = "transport-mctp-demux"
+
PACKAGECONFIG += "oem-ibm"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled, -Doem-ibm=disabled, , squashfs-tools"