summaryrefslogtreecommitdiff
path: root/meta-openpower/classes/openpower-software-manager-virtual-pnor.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2021-09-02meta-phosphor: change systemd.bbclass to match upstream override syntaxPatrick Williams1-4/+4
Upstream bbclasses changed to typically use the `:${PN}` override syntax, including the SYSTEMD_ variables. Change our systemd.bbclass to do the same for consistency and perform a tree-wide variable replacement. Spot checked by building bletchley and witherspoon and checking some of the SYSTEMD_LINK directives on installed packages under qemu. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20a9dd809bff8af8759488734f80486c7228c6eb
2021-08-11meta-openpower: prep for new override syntaxAdriana Kobylak1-3/+3
Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-05-12openpower-pnor-code-mgmt: add bash and srcrev bump be20e8722e..067876aa2aAndrew Geissler1-0/+4
The changes converted the virtual pnor script from sh to bash, so need to add bash as an RDEPENDS. Adriana Kobylak (7): generate-tar: fix shellcheck warnings generate-ubi: fix shellcheck warnings mmc/obmc-flash-bios: fix shellcheck warnings ubi/obmc-flash-bios: fix shellcheck warnings vpnor/obmc-vpnor-util: fix shellcheck warnings Enable shellcheck meson.build: switch to C++20 and meson >=0.57.0 Change-Id: Ic4c376cca3a028abcbc4e9df5dbf561173e1a1bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2020-07-15openpower-pnor-code-mgmt: srcrev bump 573552ae8e..bbb5e3bec1Andrew Geissler1-0/+31
Adriana Kobylak (1): vpnor: Move clearvolatile services to vpnor Andrew Geissler (2): ensure volatile clear waits on dependency ensure volatile clear occurs after reset check Also added to this commit is the movement of the service files from ubi to vpnor (required with the above commits) (From meta-openpower rev: 8b70bb894a3c16d10bf5d11fd26bbc9ea6c3bae1) Change-Id: Ie464de2d4f7abad6e0a3ae2edc1df1b7c740e559 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-11-11openpower-software-manager: New virtual pnor bbclassAdriana Kobylak1-0/+5
Create a new virtual pnor bbclass to hold the updatesymlinks systemd service file. This service file was moved because it doesn't depend on the filesystem layout. Enable it if the virtual-pnor distro feature is selected. Tested: Verified the service file was still present on witherspoon since the virtual pnor distro feature is part of ubi. (From meta-openpower rev: 86c282465aa3d601fcc949233049558ee6851d30) Change-Id: Id2d91e5bbcce93ed6d8c6750a0fa54fcf5a9615b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>