summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorGaurav Gandhi <gauravgandhi@google.com>2022-01-05 03:50:25 +0300
committerGaurav Gandhi <gauravgandhi@google.com>2022-01-08 01:45:07 +0300
commit8563c839fa299581a905deb3afd551406e6ab459 (patch)
tree51bf72e7face976c2af1dd38c634e44ff056c297 /meta-phosphor/recipes-phosphor/ipmi
parentd1b07934ae7b03dd7f1e6f9f4993d78a3fc889a9 (diff)
downloadopenbmc-8563c839fa299581a905deb3afd551406e6ab459.tar.xz
meta-phosphor: Add liblogblob library to phosphor-ipmi-flash
This will enable the new log blob handler added in phosphor-ipmi-flash Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com> Change-Id: Idba264abc5ace44126f4544e007743a34a993ce9
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index d95b6269d5..344ad84df5 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -71,6 +71,7 @@ FILES:${PN}:append = " ${libdir}/tmpfiles.d"
BLOBIPMI_PROVIDER_LIBRARY += "libfirmwareblob.so"
BLOBIPMI_PROVIDER_LIBRARY += "libversionblob.so"
+BLOBIPMI_PROVIDER_LIBRARY += "liblogblob.so"
BLOBIPMI_PROVIDER_LIBRARY += "${@bb.utils.contains('PACKAGECONFIG', 'cleanup-delete', 'libfirmwarecleanupblob.so', '', d)}"
do_configure[depends] += "virtual/kernel:do_shared_workdir"