commit | 24e0c5910af87fac22c08dd61d2315cd98c56fcd | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Jan 19 16:47:27 2021 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Jan 19 16:47:27 2021 -0600 |
tree | 66658998ec286fcf58b29d3ed4a4051502214659 | |
parent | ebd43d5e7c588189e875a8483da16110c02abf0c [diff] |
mpipl: move from diagnostic target to crash target The MPIPL function was moved from the diagnostic target to the crash target. The diagnostic target is now a part of the crash target so it will still be called as a part of this process. The following commit has more info on why this change was made: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39711 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie1598a06f5d14edd6edde1e95d63becbd1fdba96
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