commit | 4a053c8e069133436d490aaff12471ee6c9d0677 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Tue Nov 26 17:02:39 2024 +0100 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Thu Jan 23 20:59:28 2025 +0100 |
tree | 6f4dd9f4a628e467d9e6e461328413994255d9c4 | |
parent | cab87e9cdeeb3e166d6d577511f6be4dc7721aca [diff] |
fw update: library to create pldm fw package Implement some helper functions to easily create a pldm fw package in a few lines of user code. This is helpful for unit testing the code update flow. The package created is for testing purpose. The library is not fully-featured or complete and should not be relied upon for anything other than the tests in this repo. https://github.com/openbmc/docs/blob/master/designs/code-update.md Tested: next few patches in series Change-Id: If899e5537a2e5ac641544ca80e8876d83549da28 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
.