summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchana Kakani <archana.kakani@ibm.com>2024-04-17 15:58:46 +0300
committerManojKiran Eda <manojkiran.eda@gmail.com>2024-05-14 15:42:51 +0300
commit36fcae8f4335d2d919f6d0e4638c29ef44073b3f (patch)
tree6723b1293739662c4f74a1faa39d1d5ce0e39108
parent9e6dedfe917beb760d1a4ad0f8e107d00e3e0f19 (diff)
downloadopenbmc-36fcae8f4335d2d919f6d0e4638c29ef44073b3f.tar.xz
meta-ibm: Enable system specific bios support
Enabling system specific bios support for IBM systems Tested: Poweron successful Change-Id: Iad41ca4c93a76b6357994650b970942910ad06de Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
-rw-r--r--meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
index 1d30faf989..e352e16ac2 100644
--- a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
+++ b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
@@ -1,5 +1,5 @@
# Force the mctp-demux to be used until machine is ready to use in-kernel MCTP
-PACKAGECONFIG:append = " transport-mctp-demux oem-ibm"
+PACKAGECONFIG:append = " transport-mctp-demux oem-ibm system-specific-bios-json"
# Huygens does not currently want the IBM OEM functions (no PHYP)
PACKAGECONFIG:remove:huygens = " oem-ibm"