summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamesh Iyyar <rameshi1@in.ibm.com>2020-12-07 15:55:34 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-17 21:20:58 +0300
commit1a916df63129978f93c0a460634e108304358ba2 (patch)
tree022dd6d9f0e1867a4f5903ea60bf631805d0aa1b
parent1a10b717f295298b2dcb564ca64cb76562bf0b51 (diff)
downloadopenbmc-1a916df63129978f93c0a460634e108304358ba2.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. phosphor-debug-collector patch: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/38792 (From meta-ibm rev: eb951216a95e360431644dba46f04fc0541fb608) Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I4466896b67cb7490b13e6c32113bb59651fbcdb3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
index 94f1b10a4..b6fbb19dc 100644
--- a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
+++ b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
@@ -1,7 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
-PACKAGECONFIG_append_rainier = " host-dump-offload-pldm"
-PACKAGECONFIG_append_witherspoon-tacoma = " host-dump-offload-pldm"
+PACKAGECONFIG_append_rainier = " host-dump-transport-pldm"
+PACKAGECONFIG_append_witherspoon-tacoma = " host-dump-transport-pldm"
PACKAGECONFIG_append_rainier = " openpower-dumps-extension"
PACKAGECONFIG_append_witherspoon-tacoma = " openpower-dumps-extension"