commit | 4dcf55d4e933c121c41f3b9461066bf3bd601ad9 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Dec 16 12:20:42 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Dec 16 12:20:42 2020 -0500 |
tree | b87151444703d13b05c5e81d713519d43099d080 | |
parent | 671a7da76ee5200e33ea6b54ac3af20f1b24b5ef [diff] |
updater: Add missing static keyword Earlier refactoring introduced a regresssion where the object manager is briefly created and then destroyed. This means the application doesn't emit ObjectManager signals when processing new images - or any other activity that results in new dbus objects, and any subsequent downstream logic that relies on these signals is not triggered. The object manager is meant to be created and remain for the lifetime of the daemon so make it static. Change-Id: I086c7ba108d05c8783497d0e255187c3b149a2a8 Fixes: 1ee9095b28861cbff63b350625e407faa1936430 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.