summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump
diff options
context:
space:
mode:
authorRamesh Iyyar <rameshi1@in.ibm.com>2020-12-07 15:46:45 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-17 21:21:07 +0300
commitb5c2fac1cadbbc307d6518f73d969bbc9e1c697b (patch)
tree3b1c9b6e1e4e764fe862183b47a438f3690a2ee8 /meta-phosphor/recipes-phosphor/dump
parentfa949ee7048a116d7656db1f812b384b4b2b03d7 (diff)
downloadopenbmc-b5c2fac1cadbbc307d6518f73d969bbc9e1c697b.tar.xz
dump: Used renamed build option
- The phosphor-debug-collector renamed "host-dump-offload-transport" build option into "host-transport" to make generic for supporting other host dump action (i.e create,delete) not only offload so, changed build option here as well based on phosphor-debug-collector. - In this patch bumping "phosphor-dbus-interfaces" as well to get bumped "phosphor-debug-collector" dependent dbus changes. - Modified "ffdc" recipe to use phosphor-debug-collector.inc to avoid version update in two different place Version bump info: - phosphor-dbus-interfaces: SRCREV: 02f196d..a3943e6 Dhruvaraj Subhashchandran (1): Update Create interface to return object path. - phosphor-debug-collector: SRCREV: ff9c452..2279386 Dhruvaraj Subhashchandran (2): Return the object path for user requested dumps. Progress tracking support for dump entries. Ramesh Iyyar (4): host-dump: Renamed host-dump-offload-transport build option offload: Moved existing pldm offload as oem/ibm command ibm-host-system-dump-offload: Used CustomFd host: Added support to delete system dump phosphor-debug-collector patch: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/38792 (From meta-phosphor rev: 17743ee6f06480be7806d64d50f6bda1a2d4f5df) Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I54e01c192170b710977aa54439a02044a34e481e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dump')
-rw-r--r--meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc
index ad6e9a6bd..a28745a63 100644
--- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc
+++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-debug-collector"
-SRCREV = "ff9c4527ea3ac488868b7b0c60b0239ed8a3b206"
+SRCREV = "2279386bf7874fb4fea5218e5ae291e12201454a"
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 8d74f39e0..cca5d629e 100644
--- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
+++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
@@ -181,8 +181,8 @@ PACKAGECONFIG[ubifs-workaround] = " \
-Dubifs-workaround=disabled \
"
-PACKAGECONFIG[host-dump-offload-pldm] = " \
- -Dhost-dump-offload-transport=pldm,, \
+PACKAGECONFIG[host-dump-transport-pldm] = " \
+ -Dhost-transport=pldm,, \
pldm \
"