commit | a02807c31c5a8e0edd4f26e587d830462ce81715 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 08 10:55:34 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 16:44:55 2025 -0400 |
tree | a9dc3264fe28673e9b698b6b08c73be1af84251b | |
parent | 5afc9aa0e413308908c02489fdb767114bb1694d [diff] |
meson: simplify option builds Rather than manually specifying if-conditions for each option, create a table of the per-option configuration and evaluate it. This simplifies the creation of new options, especially those that define additional sub-daemons. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iac3e0ea6cedd7ab831e2cdaa2ad82c66eaa221a6
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.