commit | cdfa05594cae553abc1cf93bb98bde59aec5a12c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Jul 09 16:41:44 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Jul 09 16:41:44 2025 +0800 |
tree | a8b39f4a3487724770081292a9d10f6276c2c536 | |
parent | 2a98d0d939807c9d216c509eead8c725b5128694 [diff] |
meson: fix meson warning Resolve the following: ``` WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in meson 2.0. ``` This commit does as meson recommends, and adds check: true to all run_command calls, which will be the default. Change-Id: I9a4852518130d07745ef29bca86cac28efc34ee0 Signed-off-by: George Liu <liuxiwei@ieisystem.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