commit | 449e793c823154561a44b7827592ce73d877c834 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Mon Mar 03 17:20:04 2025 +0100 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Wed Mar 12 10:24:37 2025 +0100 |
tree | cdeaeb2dfe6d3076cc7aaa97a09c18a5ad934087 | |
parent | 4983b138ea8fc70bd66fe4d30500e6252629fa5d [diff] |
common: dbus helper for fetching configuration Since currently the EM schemas and PDI interfaces for configuration parsing are not yet ready, we cannot use generated client bindings to fetch the configuration. Thus providing a helper function 'dbusGetRequiredProperty' for code updaters to fetch configuration. Call sites to this helper function should then later be replaced by using the generated client. Change-Id: Icf3a34d58a8994a13f2a719ad13ca28a59cb77d0 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
.