commit | d97d3b9f502fa35a9bcefd3c6249a7586d2ce5fe | [log] [tgz] |
---|---|---|
author | moni kumar <monix.kumar@intel.com> | Mon Dec 19 06:46:03 2022 +0000 |
committer | moni kumar <monix.kumar@intel.com> | Mon Dec 19 06:46:03 2022 +0000 |
tree | 96f3ec3afadfab628636945a387643e3945416eb | |
parent | 780c930e242eb1e5c69dfcd69c96c9e6ca0b54cf [diff] |
Removed reset of the interface ActivationProgress ActivationProgress reset was removing the activationProgress interface which relates to Task progress. This was causing failure of the DBus control commands to set the progress in the taskID, while BMC Firmware update is in progress. Moreover, the interface should not be removed after creation until the Firmware update completes. Tested: The DBus control commands work fine after removal of this reset. Signed-off-by: moni kumar <monix.kumar@intel.com> Change-Id: I7157b10164759dd3d24f310074867beb08a5dc61
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
.