summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorJim Wright <jlwright@us.ibm.com>2022-02-09 21:44:14 +0300
committerJim Wright <jlwright@us.ibm.com>2022-02-16 20:23:05 +0300
commit627796524d5058986e8f588720174260f3406d58 (patch)
tree2bccb3dfd93aebbab5d7c395ce18343131de8928 /meta-phosphor
parent79d430cb97eff4537853b5ffcfdddbe4508043fa (diff)
downloadopenbmc-627796524d5058986e8f588720174260f3406d58.tar.xz
chassis: Rename FMT variable in control power
In order to disambiguate from other uses of the FMT variable name, rename to OBMC_CONTROL_POWER_FMT in obmc-op-control-power bit bake files. Change was suggested in the following review: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/50765 Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: If74dc281b8dfa9c06b86012f010d5b5a40d1a0f6
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power_git.bb
index 8e0e38a0c9..4d8fb37ba1 100644
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power_git.bb
@@ -11,8 +11,8 @@ DEPENDS += "phosphor-mapper systemd"
SKELETON_DIR = "op-pwrctl"
-FMT = "org.openbmc.control.Power@{0}.service"
-DBUS_SERVICE:${PN} += "${@compose_list(d, 'FMT', 'OBMC_POWER_INSTANCES')}"
+OBMC_CONTROL_POWER_FMT ?= "org.openbmc.control.Power@{0}.service"
+DBUS_SERVICE:${PN} += "${@compose_list(d, 'OBMC_CONTROL_POWER_FMT', 'OBMC_POWER_INSTANCES')}"
SYSTEMD_SERVICE:${PN} += " \
op-power-start@.service \