commit | cc37235521b98887b31d07e8aedd0d86320eeb1d | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Tue Jan 14 14:15:39 2025 +0100 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Mon Feb 17 13:56:04 2025 +0100 |
tree | d03b47daf8d870289af4f1282432b59b6d33a6b8 | |
parent | ec807fcb376e54e5526a9c47fa702c1642d07f90 [diff] |
fw update: common code new daemons to implement the flow as described in https://github.com/openbmc/docs/blob/master/designs/code-update.md - common/ common code folder - common update flow - base class for the device specific update daemons The new daemons are all following the generic template of Code Updater daemon as outlined in the design. The idea is that they are separate daemons (per device, as outlined in the design) but share all the code that's not device specific. Tested: next patch in series Change-Id: If2438b8506aceb8c5313ec13a0bf7cb68f3cc279 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
.