commit | cdb589774594347de95972652e02bbb58d1297f7 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Nov 17 23:17:24 2022 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Nov 17 23:17:24 2022 -0600 |
tree | 87382d4e2eeb9529b839acae8e9d878bb18e2a5c | |
parent | 1e68a88de69cb0aa53e74bf8e1b53001e7b74cb8 [diff] |
remove unused com.ibm specific header file from dump utils This is to fix build issue reported in the latest master related to com.ibm specific header file in base code. Removed unused com.ibm interface specific header file from dump_utils.hpp file now. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I1082bc7de8430983dec952463724706dd38e3aba
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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