summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-romulus/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-03-29 17:31:49 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-24 17:18:32 +0300
commitfcd78b07ec64a1d452efbff8b450b6e71787fae6 (patch)
tree9bd662699b2bae01330ee169f5a35c1c1fd1a01d /meta-ibm/meta-romulus/recipes-phosphor
parentcb8f048ce4f8d46dddb6e30fd3cf91a5dd68a6a7 (diff)
downloadopenbmc-fcd78b07ec64a1d452efbff8b450b6e71787fae6.tar.xz
phosphor-fan-presence: srcrev bump 59096e50db..71779ab4b3
Patrick Venture (1): build: install into bin instead of sbin meta-ibm: phosphor-fan: grab cooling-type from bindir The output binaries from phosphor-fan-presence are now installed into bin instead of sbin. Change-Id: I2d42f62b4535775ffd0d1b9473375dd8dc66bb61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-romulus/recipes-phosphor')
-rw-r--r--meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend
index e388748c3..98b0810fc 100644
--- a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend
+++ b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend
@@ -12,7 +12,7 @@ INSTFMT_COOLING = "phosphor-cooling-type@{0}.service"
COOLING_TGT = "multi-user.target"
FMT_COOLING = "../${TMPL_COOLING}:${COOLING_TGT}.requires/${INSTFMT_COOLING}"
-FILES_phosphor-cooling-type = "${sbindir}/phosphor-cooling-type"
+FILES_phosphor-cooling-type = "${bindir}/phosphor-cooling-type"
SYSTEMD_SERVICE_phosphor-cooling-type += "${TMPL_COOLING}"
SYSTEMD_LINK_phosphor-cooling-type += "${@compose_list(d, 'FMT_COOLING', 'OBMC_CHASSIS_INSTANCES')}"