commit | 0af74a5e46bfc1b2014cfe54261b2a9926a7cecc | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Apr 08 03:55:21 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Apr 14 02:16:49 2021 -0500 |
tree | aa0e51b2e7fb60eb7f9ce633a545ce973218146e | |
parent | 3fc6df4867e3387adbea58359c17cc19fb6f5f90 [diff] |
Update clang-format Update to the latest OpenBMC clang-format. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I54010d3c756af4c85786285644038d449730612b
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test