summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2020-03-20 16:17:16 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-22 19:55:59 +0300
commitcb29228973d38f288ed48f1f28a375fc5b4bf195 (patch)
tree7a164af14a56f83fb6e3fc1c2bfad7a8ebe79222
parentb33c022aa657651372fe23de387d605e3898a245 (diff)
downloadopenbmc-cb29228973d38f288ed48f1f28a375fc5b4bf195.tar.xz
PLDM based host dump offload.
Limiting the PLDM dependency of phosphor-debug-collector to the systems which needs PLDM to offload host dumps throgh BMC. BUMPed SRCREV of phosphor-debug-collector to 59642e214dd0df652f8ca6e5b6780218f0ce4f51 BUMPed SRCREV of phosphor-dbus-interfaces to 86d1ab141212fd5380ac220217e46d01108b995f (From meta-phosphor rev: 0402743af80f72a21b1fc87264b2d19364ef703c) Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I8f7c11640d3425951228003ac181b7a312d3ea40 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb5
3 files changed, 7 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
index d22f7a93e..f31e70e58 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
@@ -14,7 +14,7 @@ DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbus++-native"
SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces"
-SRCREV = "79064a8e0c49b35cfa1c343cef31f21ebfd7298d"
+SRCREV = "86d1ab141212fd5380ac220217e46d01108b995f"
DEPENDS_remove_class-native = "sdbus++-native"
DEPENDS_remove_class-nativesdk = "sdbus++-native"
diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc
index eb753cb69..ba88c9b2f 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 = "004938eb17af464fc1ba02f883adb78ad3bd40dd"
+SRCREV = "59642e214dd0df652f8ca6e5b6780218f0ce4f51"
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 1d5e9f112..7a4d17050 100644
--- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
+++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
@@ -183,6 +183,11 @@ PACKAGECONFIG[ubifs-workaround] = " \
--disable-ubifs-workaround \
"
+PACKAGECONFIG[host-dump-offload-pldm] = " \
+ --with-host-dump-offload-transport=pldm, \
+ pldm \
+ "
+
do_install[postfuncs] += "install_dreport"
do_install[postfuncs] += "install_dreport_conf_file"
do_install[postfuncs] += "install_dreport_plugins_scripts"