From 28a6a30e9d546c70976549cffd7f970509220174 Mon Sep 17 00:00:00 2001 From: Shantappa Teekappanavar Date: Tue, 10 Aug 2021 15:57:48 -0500 Subject: meta-ibm: meson build option 'hostboot-dump-collection' is enabled The hostboot dump collection initiated by watchdog_timeout is disabled by default. This commit enables hostboot dump collection on p10bmc platforms for watchdog timeout. Build watchdog_timeout binary: $ devtool modify -n openpower-debug-collector $ MACHINE=p10bmc bitbake openpower-debug-collector Test: Ran watchdog_timeout binary built by bitbake, and verified that the binary takes the timeout value and times out after the specified time interval Signed-off-by: Shantappa Teekappanavar Change-Id: I343aac95fd97feb226d8676c3c34c2902c1c6690 --- meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend (limited to 'meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend') diff --git a/meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend b/meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend new file mode 100644 index 000000000..d20060c85 --- /dev/null +++ b/meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend @@ -0,0 +1 @@ +EXTRA_OEMESON:append:p10bmc = " -Dhostboot-dump-collection=enabled " -- cgit v1.2.3