commit | f3d407b6fdf296fc7a88ee2a44f935578f4c4744 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Thu May 08 09:52:31 2025 +0200 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Tue May 27 10:42:10 2025 +0200 |
tree | 8c36efaefc70081a07b1b1a66e75b32c671d77f0 | |
parent | ac4fdd0510cd58a3cf3715e3b9be16de4788757e [diff] |
common: break out fetching common configuration Since SoftwareConfig is holding the common configuration, create a static function on that class to fetch it from dbus. This helps to keep that logic contained and decouple it from iterating over the response returned by the mapper. The code is only moved and unchanged otherwise. Tested: Unit Tests Pass Change-Id: Ic0786e3bb1be4f139321dc2515218c40f13e9597 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
.