commit | 25773a7e97e506f58da32a079cdbf884ffb77ddb | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Jan 21 15:24:48 2022 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Jan 31 20:28:15 2022 +0000 |
tree | 50ffd2276a5aa0f2ef5ca84c35cdacad3b4c4cc9 | |
parent | 780220f277d13218ac6b7ea7a8eae1b66a7d8f5e [diff] |
Use flash id to write image to flash Update the item updater helper functions to take the flash id instead of the version id since flash id is the name of the volumes/partitions. The flash id was being persisted for the mmc layout with the name of "partlabel". This is not needed anymore since the flash id is now being passed by the service files. The write functions/service files still use the version id to know where the image files are located in /tmp/. They then set the value of flash id (Path property) which is then used by the other functions such as Delete and setting the u-boot environment variables. Tested: Code update and Delete functions work on ubi and mmc. Change-Id: I87c5b8ae2e24af30256dc3b436859835f14cda05 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
.