commit | 6f4870aadc658c2af64370ec05c49a71a4aa311e | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Mar 25 06:02:13 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Apr 04 07:31:47 2022 -0500 |
tree | 608699976b13a064059f2772614e8a28b91b1652 | |
parent | 55e927655a1fe05b9ab1947133f87fe24bd11b17 [diff] |
openpower:dreport: add obmconsole1 log file to the BMC dump Add the host console log to the BMC dump. Tested: root@xxxxbmc:/tmp/test/obmcdump_00000000_1648205747# cat obmc-console1.log 0B6EB088 "FC" 000000000053000B 1599.92700|1329 SBEIO|trace_lite 15FEB01A 0000000000000001 0000000000000004 0 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ia2f0bb8a89d4e2a9d7249fd6e8d7efa6194f1542
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test