commit | ecdd36d8d3c783e03588f0b7a9007f3abd3edc9b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Feb 06 08:43:43 2025 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 12:39:03 2025 -0500 |
tree | 6ef1988ce8c7a91e843c55721a4667a0639a3472 | |
parent | 7d6d2445da96a5562eefb567fc3a323ff26b7c1e [diff] |
clang: Fix include path for pldm_utils.hpp Updated the include directive in pldm_oem_cmds.cpp to correctly reference the path to pldm_utils.hpp. This resolves the issue fixes the error below ''' host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.cpp:19:10: error: 'pldm_utils.hpp' file not found [clang-diagnostic-error] ''' Change-Id: I34a99d1ba199be045da63e92d896ded100865ba7 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.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