summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/power
AgeCommit message (Collapse)AuthorFilesLines
2021-09-02meta-phosphor: change systemd.bbclass to match upstream override syntaxPatrick Williams2-2/+2
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-ibm: prep for new override syntaxAdriana Kobylak4-21/+21
Change-Id: I9116ed7260e369136acb39eec15075db2d4dbeba Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-05-12phosphor-power: Only build monitor when told toMatt Spinler1-0/+4
The 'monitor' package provides a power supply monitor application that uses an org.open_power phosphor-dbus-interface that is only used on a subset of the OpenPower systems. So that non OpenPower systems can use phosphor-power and not need to include the org.open_power D-Bus interfaces, add a packageconfig option for this application to turn off its compilation. It will then only be enabled for certain machines. Fixes openbmc/phosphor-power#6 Tested: Built Witherspoon, application still built and installed. Built Rainier, application not built. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ib7fca16217d93b7d021ba8fb6659e9ddca17d1d9
2021-04-12ibm: power: Replace rainier with p10bmcAdriana Kobylak4-5/+5
The IBM rainier machine name is being replaced with the generic p10bmc. Change-Id: I8dece8c720fd520de7a6857a7311b62a65c054ba Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-03-02native class is not inherited lastJoseph Reynolds1-1/+1
Moved "inherit native" statements to the last position to remove QA Issues. The message is: WARNING: QA Issue: {RECIPENAME}: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: {CLASSFILES} [native-last] Tested: The witherspoon image builds without the warnings. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: Ic3c71234abfcac8b26478bc32808e3bec8bba810
2020-07-15meta-ibm:implement phosphor-power for Mihawk platformAndyYFWang6-4/+62
Implement power-sequencer of phosphor-power for mihawk. (From meta-ibm rev: 65dbe8b7c2ed9507ea5842e6e91b637a9069b947) Change-Id: I00ee20fbcfcd6dc34724c2f7caf50cf7ae94d124 Signed-off-by: Andy YF Wang <Andy_YF_Wang@wistron.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08Update phosphor-powr build for Rainier IBM VPDBrandon Wyman1-1/+2
The phosphor-power updates for Rainier power supply VPD collection introduces ibm-vpd configuration option. Use -Dibm-vpd=true for Rainier builds. See Change-Id: I431ae3ec8a9cb9c80a824029f110d5fd58a7d5d8 (From meta-ibm rev: 2f9e6a3b7be4ad5ff15344a6c63fa7577ccac6bf) Change-Id: I14f9e573cc905fad72ea23c1195cb685f4be8c4c Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16meta-ibm: remove phosphor-logging-error-logs-nativePatrick Williams1-2/+0
Functionality is now covered with non-native YAML providers via packagegroup-obmc-yaml-providers. (From meta-ibm rev: 367e4b7ebf2754f224db71cba40e159a24590c87) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id6331322ffe1de17c2741e6572437141ae721e29 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27meta-ibm: move all meta-witherspoon metadataBrad Bishop19-0/+707
The metadata common to all IBM systems is confusingly split between meta-ibm and meta-witherspoon. Move everything to meta-ibm. The meta-ibm README is re-written to more accurately reflect the scope of the layer. Allow the configuration samples (bblayers.conf.sample, local.conf.sample) to be sourced from either meta-ibm or meta-witherspoon until such a time that any workflows and tooling have had the opportunity to move to meta-ibm. (From meta-ibm rev: 6e05ef2e90b214eaf4e43ee7027bbbb1d8d09442) Change-Id: I3ec890d5300f9649c974ea6b9dca93a2e8a889ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>