summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2022-09-27 21:59:35 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-12 01:05:36 +0300
commitc593475f1c75359a3dd857f5edccdf348939747a (patch)
tree67c43021ecb821c80fbf7a3495f55f269aff2a5b /meta-phosphor/recipes-phosphor/dump
parentd1341d440bb7ac93e5644e349bf56368a6361a58 (diff)
downloadopenbmc-c593475f1c75359a3dd857f5edccdf348939747a.tar.xz
Fix recipes to use libpldm instead of pldm & bump
This commit does following things : 1. It would build pldm in libpldm-only=disabled mode, so pldm recipe would now not build & ship libpldm anymore. 2. Package libpldm into ibm systems which actually build pldm repo with just libpldm-only option & ships the libpldm shared library. 3. Change pldm & all the dependent recipes to use libpldm instead of pldm. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I6c616f6d8df00e783f94da0e69bd3127089e2184
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dump')
-rw-r--r--meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
index d618e14bac..b47c750fab 100644
--- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
+++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
@@ -22,7 +22,7 @@ PACKAGECONFIG[jffs-workaround] = "-Djffs-workaround=enabled, \
-Djffs-workaround=disabled"
PACKAGECONFIG[host-dump-transport-pldm] = " \
-Dhost-transport=pldm,, \
- pldm \
+ libpldm \
"
PACKAGECONFIG[openpower-dumps-extension] = " \
-Dopenpower-dumps-extension=enabled, \