commit | ba022464b151e3ab63c7a15916b049e182483d29 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Thu Dec 16 14:47:27 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Mon Mar 14 13:48:50 2022 +0800 |
tree | cfa900d4eef6d2494d9cf2b8506abc5a98f11d35 | |
parent | 84749678ab72bea1275ef4d5c4b5f2308ee4d161 [diff] |
dual-image: Remove the functional check on delete The code was checking if the version is functional and report error on delete a version. It worked OK because there will not be a case to upload a same version. For the dual image case, it is possible to upload a version that has the same version as either primary or secondary flash, so the check will prevent deleting the version that is uploaded if it has the same version. The check is actually not necessary because the versions it manages are always uploaded and thus are always OK to remove. Tested: Verify it is possible to delete a version that is uploaded and has the same version string as the running image. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I429eb34d18a7372b71463723fcaadbc7fd879164
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
.