summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@ieisystem.com>2024-01-04 04:52:52 +0300
committerGeorge Liu <liuxiwei@ieisystem.com>2024-01-10 03:21:38 +0300
commit72f9534190e850d73dea0c6a83c383500c609a59 (patch)
treeb9a1d7a75101a2b7fe18e3b4f9c9e98788a16c13 /meta-ibm
parentb765e119016a86c5041691192128361d81922767 (diff)
downloadopenbmc-72f9534190e850d73dea0c6a83c383500c609a59.tar.xz
pldm: Add oem-ibm build option
Currently, several machines use the oem-ibm function in the pldm_%.bbappend file. It should be added to PACKAGECONFIG in the pldm_git recipe and disabled by default. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia120de9ad80f24333575e3b278ff14c3272a4733
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
index d997e16919..589bf3d5a5 100644
--- a/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
+++ b/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
@@ -1,8 +1,5 @@
# 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"
+PACKAGECONFIG:append = " transport-mctp-demux oem-ibm"
EXTRA_OEMESON += " \
-Dsoftoff-timeout-seconds=2700 \