summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorShantappa Teekappanavar <sbteeks@yahoo.com>2021-08-10 23:57:48 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-08-13 16:52:46 +0300
commit28a6a30e9d546c70976549cffd7f970509220174 (patch)
treed13b8ca0c206ce290f1dab6de3289602c363d373 /meta-ibm
parentc357b0abd8a493f41b4ede51cbdf20388a33b3fc (diff)
downloadopenbmc-28a6a30e9d546c70976549cffd7f970509220174.tar.xz
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 <local-source-path> $ 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 <sbteeks@yahoo.com> Change-Id: I343aac95fd97feb226d8676c3c34c2902c1c6690
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/debug/openpower-debug-collector_%.bbappend1
1 files changed, 1 insertions, 0 deletions
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 "