summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/flash/openpower-software-manager
AgeCommit message (Collapse)AuthorFilesLines
2019-07-14openpower-software-manager: Use in-repo script and systemd unitsAdriana Kobylak13-510/+0
Use the script and systemd service files provided by openpower-software-manager. Remove the op-pnor-msl.service from the ubi bbclass since it's already being included from the main recipe. Tested: Verified the service files were present on the image and PNOR updates were successful. (From meta-openpower rev: b3d3c717140ed02d116174d6496a7cb291369b78) Change-Id: I4f77c9bb5869a2380247b7b6a1c772ab98cddf10 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06meta-openpower: phosphor: move all services to multi-user.targetPatrick Venture1-1/+1
Instead of obmc-standby.target, use multi-user.target. (From meta-openpower rev: efc2c0953f5331a8321f03fcee5e04846128909f) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idf20ccf23a98d5d81dd59d47e0c7dad45a0eb670 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-24oneshot services should only be run onceAndrew Geissler2-1/+2
Still chasing root cause of openbmc/openbmc#3466 but either way, these services should be configured to only ever run once. They do one-time things and do not make sense to be run multiple times. (From meta-openpower rev: b246b509da91db98ebc326afda0d68827ef2b5f9) Change-Id: I56b2b975f20aa42ed43c8b1bd185ee49ecba2eb9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17openpower-software-manager: Add PNOR MSL serviceAdriana Kobylak1-0/+11
Add new service that verifies the PNOR minimum ship level (MSL) and logs an error if the MSL is not met. This service runs when the symlinks are updated to point to a new PNOR version. (From meta-openpower rev: d288c93e547e3944c16b1fc33f2ff98353f78aa6) Change-Id: I0394efa8ce41bb32c44eadb55fb0568278c3b20c Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05meta-openpower: Move layer content from common/Brad Bishop12-0/+498
Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>