commit | 5107c45f001dd2ff027c9ed45373a8dbd9619113 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Nov 09 20:06:31 2021 +0800 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Dec 14 19:49:15 2021 +0000 |
tree | c85c2c4df8a39781b0ce7e997f2a44bebbdd79bb | |
parent | fc025e14beea9bfbe4dae44cd539fb09b1e95ef0 [diff] |
usb: Update the RequestedActivation property Subscribe to the add software interface, when an update is detected, call back the updateActivation method and verify whether it needs to be updated. If necessary: 1. Set ApplyTime to OnReset to prevent the bmc from restarting immediately after the update. 2. Change the RequestedActivation attribute value and start to update the image bmc. Tested: Manually start the phopshor-usb-manager daemon, and saw that the bmc upgrade file(*.tar) has been copied to /tmp/images and the update has been triggered, and bmc has not been restarted immediately. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ic650e34f8ec61d3c826332d28275db90f9ef348e
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
.