commit | 50646c2de021b8cfba21d63f656f5ad559cb2818 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jun 19 22:51:50 2024 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jun 19 23:26:27 2024 -0500 |
tree | 6c23f3faf0d7d7eaf2901a9dbfa75799be817766 | |
parent | 2936ae4a67363ca479411ad291f69bb0c1349ada [diff] |
Add nlohmann-json Dependency for Serialization Added the nlohmann-json dependency to the phosphor-dump-manager for serialization purposes. This library will be used to handle JSON serialization and deserialization of dump entry attributes. Tests: - Verified build process with the new dependency. Change-Id: If3b58be7053741afcd8d39d8b09bb66fed31202c Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
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