commit | 9b4716aef30b0e6f316d8aa91fbee59c1f73991b | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 08:52:53 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 08:53:09 2021 +0530 |
tree | 60ab52671acd358b11f4adce096fc1a5010dad39 | |
parent | 2a6835d765fed0ac8b767193cdb48a7d04ab9f5c [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I2fbfa6a3ff5ec962bf0304f9946257a844b1f582
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