commit | df01f8ab5926220de16af706f5b2ac76e573e287 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:50:49 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:50:49 2024 +0300 |
tree | d7b1c8e786a46444d868f5fe5bb6315337d08d1a | |
parent | 71a20dad98713b6fd271f7e10a8b3b4963d25886 [diff] |
meson: Fix meson.build_root warning Currently local build outputs warning messages: """ WARNING: Project targets '>=1.1.1' but uses feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead. """ Replace all the "meson.build_root()" to "meson.project_build_root()" to fix the issue. Change-Id: Iab5e33df185eaf9a37bf1c610d2f82e9253f7205 Signed-off-by: Konstantin Aladyshev <aladyshev22@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