commit | 858fbb2ee4f0d145de9ae0920fca2513653910ec | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Thu Jul 01 12:25:44 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Jul 13 16:06:04 2021 +0800 |
tree | d9db26415b7878761e04ab7e12421527548827b9 | |
parent | 73e0bab2eaa412f6c6a06e1946dd48497e279d21 [diff] |
Add fmtlib for phosphor-debug-collector Call fmtlib to get additional information from journal. Tested: built phosphor-debug-collector successfully and Unit Test passes. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ibe65637a0b29b76269fb4bc3f498438901c9306a
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