commit | 9c2ef681e33ef736e23ec9095bf6fa8d7eeb950e | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Oct 21 11:00:19 2020 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Mon Oct 18 15:21:36 2021 +0000 |
tree | 31281bc21dd44de01d363cdce829c8a36cb7ac84 | |
parent | 97a709b0c572eb203b9f0954d884cf0e8551eef6 [diff] |
op-pnor-msl.service: Remove RemainAfterExit The minimum ship level check should run on every power on attempt. By having the RemainAfterExit=yes, the service only runs once. Remove it so that it runs on every power on. Tested: Removing this line allows the service to start every time that obmc-flash-bios-updatesymlinks.service is started. Change-Id: Ia2a31246ac6575d68329c498218613986bb3c0bc Signed-off-by: Adriana Kobylak <anoo@us.ibm.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:
meson build
ninja -C build
To clean the repository run rm -r build
.