commit | dbb7015e93b1170465efa9c38ce9ab5a317d190e | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Thu Aug 07 15:42:27 2025 +0200 |
committer | Jagpal S Gill <paligill@gmail.com> | Fri Aug 08 18:01:54 2025 +0000 |
tree | 01d62d55389243467979ce82e2b1448c66494609 | |
parent | 6397c09454cdd43bf901669496763af12c5978b5 [diff] |
common: make Software::objectPath const Software::objectPath is initialized in the constructor and should not be modified later on. Can also be protected instead of public. Tested: Inspection only. Change-Id: I9404fc46b6d039d7a7e96ebb232e34ee0aa978e8 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
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
.