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

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I3fd3bc272de8869c44857935b0c7f7f9f2098287
diff --git a/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
index e2a1020..9fd40c3 100644
--- a/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
+++ b/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
@@ -18,7 +18,7 @@
         "
 
 SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces"
-SRCREV = "02f196d40802ee0b4d0b37f8781edb7c481b1300"
+SRCREV = "a3943e6e385fc396478902a90faf433ac5b5d34a"
 
 # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options.
 # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true
diff --git a/recipes-phosphor/dump/phosphor-debug-collector.inc b/recipes-phosphor/dump/phosphor-debug-collector.inc
index ad6e9a6..a28745a 100644
--- a/recipes-phosphor/dump/phosphor-debug-collector.inc
+++ b/recipes-phosphor/dump/phosphor-debug-collector.inc
@@ -2,4 +2,4 @@
 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/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/recipes-phosphor/dump/phosphor-debug-collector_git.bb
index 8d74f39..cca5d62 100644
--- a/recipes-phosphor/dump/phosphor-debug-collector_git.bb
+++ b/recipes-phosphor/dump/phosphor-debug-collector_git.bb
@@ -181,8 +181,8 @@
        -Dubifs-workaround=disabled \
 "
 
-PACKAGECONFIG[host-dump-offload-pldm] = " \
-        -Dhost-dump-offload-transport=pldm,, \
+PACKAGECONFIG[host-dump-transport-pldm] = " \
+        -Dhost-transport=pldm,, \
         pldm \
         "
 
diff --git a/recipes-phosphor/logging/ffdc_git.bb b/recipes-phosphor/logging/ffdc_git.bb
index 6b93dac..f6ee824 100644
--- a/recipes-phosphor/logging/ffdc_git.bb
+++ b/recipes-phosphor/logging/ffdc_git.bb
@@ -3,8 +3,7 @@
 PR = "r1"
 PV = "1.0+git${SRCPV}"
 
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+require recipes-phosphor/dump/phosphor-debug-collector.inc
 
 DEPENDS += "systemd"
 
@@ -13,9 +12,6 @@
         "
 
 S = "${WORKDIR}/git"
-SRC_URI += "git://github.com/openbmc/phosphor-debug-collector"
-
-SRCREV = "ff9c4527ea3ac488868b7b0c60b0239ed8a3b206"
 
 do_install() {
        install -d ${D}${bindir}