commit | 2431e7f63c15bff1018956857c11f2ad6547e4f3 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Sun Apr 07 23:51:12 2024 -0700 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Mon Aug 26 17:50:44 2024 -0700 |
tree | bc9910c2b6a1a71dc55d56f16c1a380cc0cc51f3 | |
parent | bb024eba5895c5c283ca48679e39503e40672495 [diff] |
start-update-interface: add software_utils Refactor and move the common code into software_utils namespace. Add new untar API which untars from a unix_fd. 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: Ifcbf78a06ef482ca7c7765efd5c24a533399b979 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
.