commit | 73609bb51c8c43d471ba373317455d3cbe5c5c32 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Jun 18 15:05:40 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Jul 15 15:38:53 2020 -0500 |
tree | 811b7e4a3c0c6615ea8983c2378e565b259df6dc | |
parent | d7fbc1e319046bcc76eb793c5792612bafe0b676 [diff] |
Add support for optional images Add support to allow optional image files in the BMC tarball. This can be used for example to add a host bios file in a "System" image, or for elements that as best practice should not be updated unless necessary like for a bug fix, such as the U-Boot SPL. This commit provides the ability to add these optional images from a list of pre-defined names. These files will then go through the same checks as the default image files such as checking the files exist and the signature verification (if enabled) passes. Change-Id: I304b4e28c776db4a51537613888b4e11824cab88 Signed-off-by: Adriana Kobylak <anoo@us.ibm.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
.