commit | 6d131aa7088d23c5a03a4693e168f1e1cd582c98 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Sun Apr 07 23:56:48 2024 -0700 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Mon Aug 26 17:51:59 2024 -0700 |
tree | dc03a88e0c923818631f23a5c5dc6ad21d9ed7b4 | |
parent | 2431e7f63c15bff1018956857c11f2ad6547e4f3 [diff] |
start-update-interface: implement update manager Implement the update manager module for the new daemon inheriting from the Update D-Bus interface. Link with new interface APIs from item_updater and software utils. New daemon will continue to exist at runtime alongwith old flow, until old flow is deprecated and removed. This change is based on - https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/65738 https://gerrit.openbmc.org/c/openbmc/docs/+/65739 Change-Id: I0ecbbb8fc5340de7f66f8870ae389b405a2debee Signed-off-by: Jagpal Singh Gill <paligill@gmail.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
.