summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/dump
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2023-02-16 17:42:35 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2023-02-22 05:01:23 +0300
commitc9f5e24850d279450e5f6ca44a5641a95347e497 (patch)
treebb0cd9508035e5af137917518fdd9fdfc3b67350 /meta-ibm/recipes-phosphor/dump
parent8a44a3a30cb5072c48b45047f7a36f871731d91b (diff)
downloadopenbmc-c9f5e24850d279450e5f6ca44a5641a95347e497.tar.xz
meta-ibm: Increase the BMC dump total size
Set the BMC dump total allowed size as 409600KB. p10bmc machines have an emmc based filesystem so therefore can fit more bmc dumps. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I05c1626ce9a03685adfdfd9713b3053ae8e63737 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/dump')
-rw-r--r--meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
index 4d1eafd537..0964fa0600 100644
--- a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
+++ b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
@@ -9,6 +9,8 @@ PACKAGECONFIG:append:witherspoon-tacoma = " openpower-dumps-extension"
SYSTEMD_SERVICE:${PN}-manager:p10bmc += "clear_hostdumps_poweroff.service"
SYSTEMD_SERVICE:${PN}-manager:witherspoon-tacoma += "clear_hostdumps_poweroff.service"
+EXTRA_OEMESON:append:p10bmc = " -DBMC_DUMP_TOTAL_SIZE=409600"
+
install_ibm_plugins() {
install ${S}/tools/dreport.d/ibm.d/plugins.d/* ${D}${dreport_plugin_dir}/
}