commit | 01c664606479dfaf9fc3745412e20be4d09447f2 | [log] [tgz] |
---|---|---|
author | PriyangaRamasamy <priyanga24@in.ibm.com> | Tue Feb 23 05:46:25 2021 -0600 |
committer | PriyangaRamasamy <priyanga24@in.ibm.com> | Tue Feb 23 05:46:25 2021 -0600 |
tree | 7faced1f325c788c8ccc3c7e5ad4e385e297566a | |
parent | 4c63ce5e2e507a0642e25d3e769ee8cb8638fbfe [diff] |
Fix build issues due to updated arm-sdk Due to recent changes made in arm-sdk, the FORTIFY_SOURCE security flag enables optimization level 2. The repo has a default debug level of optimization which conflicts with FORTIFY_SOURCE flag. In this commit the default build type is set to debugoptimized and also made sure to disable the FORTIFY_SOURCE when we need to build without any optimization. Signed-off-by: PriyangaRamasamy <priyanga24@in.ibm.com> Change-Id: I73c3dea7e4860dc606e26cd0f6cd31e60ff8105d
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