summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-10-16 18:49:55 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-19 21:50:10 +0300
commitae4f95cac94c90fd98cd90e24aaf17fc6f8944d4 (patch)
tree6a3dd8c9598150e0b3e68941519722a3ab657426 /meta-ibm/recipes-phosphor/chassis
parent5952c5322adf4d3114c5e2e6d4413de00cf7c69c (diff)
downloadopenbmc-ae4f95cac94c90fd98cd90e24aaf17fc6f8944d4.tar.xz
meta-ibm: p10bmc:system1: fix power workaround
The variable used to override a portion of the phosphor-skeleton power recipe changed name in the base recipe. Need to adapt our override in meta-ibm layer to match. Tested: - Confirmed the org.openbmc.control.Power instance service was not present on system1 Change-Id: Icd48020cfd2c0a954b79b264b153e71fede9904a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/chassis')
-rw-r--r--meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend b/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend
index 5d71e1d25c..f1ba720018 100644
--- a/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend
+++ b/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend
@@ -3,5 +3,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
# Remove, from the p10bmc image, the service file that starts the skeleton power
# control application. That image will use the power control application
# included in the phosphor-power repository.
-OBMC_CONTROL_POWER_FMT:p10bmc = ""
-OBMC_CONTROL_POWER_FMT:system1 = ""
+OBMC_CONTROL_FMT:p10bmc = ""
+OBMC_CONTROL_FMT:system1 = ""