summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
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/logging/phosphor-logging_git.bb
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/logging/phosphor-logging_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 8044cb3dcc..81dc0a63b8 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -20,7 +20,7 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[openpower-pels] = " \
-Dopenpower-pel-extension=enabled, \
-Dopenpower-pel-extension=disabled, \
- nlohmann-json cli11 pldm python3, \
+ nlohmann-json cli11 libpldm python3, \
python3, \
"
PV = "1.0+git${SRCPV}"