commit | 8e62d555698aaed7071e1a01ebc318271a19fc36 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 17:30:23 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Feb 05 22:33:56 2025 -0600 |
tree | 0ebcd699247322df67d5c0e12ac08cdf4531d825 | |
parent | e9ec952ef5f4788c74332b03f0d8d4f041910a47 [diff] |
host-transport: pldm: fix variable shadow Inside a single function are two variables both named 'eid' but of different types. This causes confusion to clang and implicit constructors are inadvertently called. Eliminate the variable shadow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2c15799718b0129aad01ab857dec7a255cbf36a3
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