commit | cc49878d8f7c29d1b05a27106b4ab1427c8f41a2 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Thu Feb 29 15:16:36 2024 -0800 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Jun 19 20:11:54 2024 +0000 |
tree | b5a5b7ae5deee3eccbab67ea804c158fddb7b7b2 | |
parent | 19dd56be1df79ec47bcffa621c610da5dfbf4bf6 [diff] |
start-update-interface: add the new app Add the meson option for the start update D-Bus interface implementation. Add the SoftwareManager new daemon to run in parallel with existing code. The intention for new daemon is to combine ImageManager and ItemUpdater into one. After due testing and verifications ImageManager and ItemUpdater would be retired for SoftwareManager. For more more details on design refer to - https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/65738 https://gerrit.openbmc.org/c/openbmc/docs/+/65739 Change-Id: Id11823ca0ff62e76595aa4ad33212a2a2428c261 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
.