From 7d8d4c917ea8c899a9ece87908ab893448f27105 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Thu, 25 Mar 2021 16:40:51 +0000 Subject: ibm: debug-collector: Replace rainier with p10bmc The IBM rainier machine name is being replaced with the generic p10bmc. Change-Id: I5e0b884b405f56da7aa746b059d2490a1de2caab Signed-off-by: Adriana Kobylak --- meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-ibm/recipes-phosphor') diff --git a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend index a134e350b..96b67b063 100644 --- a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend +++ b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend @@ -1,9 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -PACKAGECONFIG_append_rainier = " host-dump-transport-pldm" +PACKAGECONFIG_append_p10bmc = " host-dump-transport-pldm" PACKAGECONFIG_append_witherspoon-tacoma = " host-dump-transport-pldm" -PACKAGECONFIG_append_rainier = " openpower-dumps-extension" +PACKAGECONFIG_append_p10bmc = " openpower-dumps-extension" PACKAGECONFIG_append_witherspoon-tacoma = " openpower-dumps-extension" SRC_URI += "file://plugins.d/ibm_elogall" @@ -34,6 +34,6 @@ install_dreport_header() { } IBM_INSTALL_POSTFUNCS = "install_ibm_plugins link_ibm_plugins" -IBM_INSTALL_POSTFUNCS_rainier += "install_dreport_header" +IBM_INSTALL_POSTFUNCS_p10bmc += "install_dreport_header" do_install[postfuncs] += "${IBM_INSTALL_POSTFUNCS}" -- cgit v1.2.3