commit | 6397c09454cdd43bf901669496763af12c5978b5 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Wed Jul 16 21:18:00 2025 -0700 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Fri Aug 08 09:23:09 2025 -0700 |
tree | 83f8852b42c8399f6b1ea99207ba46200f91915e | |
parent | 53c7c0e512e1b18083ade77bc8b2801713ffe4ad [diff] |
spawn async task to clean used BIOS images There is a missing remnant from software manager refactor where a task needs to be spawned to clean the used/old BIOS firmware images. Add the logic to spawn this task as part of onStateChangesBios. Testing: Tested and Verified by Kamalesh and T.Chau Ly as per discord comment [1]. [1] https://discord.com/channels/775381525260664832/1395349728459231316/1399291253769637930 Change-Id: I4b86f75eb8300669c0801e0baf1be6c814250945 Signed-off-by: Jagpal Singh Gill <paligill@gmail.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
.