summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/power
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2020-03-13 06:02:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-16 18:50:04 +0300
commit6c2a55150fd20f016cad4fe289dd3e2d04713715 (patch)
tree38bbfcfc6c886cc5d75bd349a1a382108ee9f480 /meta-phosphor/recipes-phosphor/power
parentabf95efe7c3a34cc2e5d7424abb59710fb4a1d4d (diff)
downloadopenbmc-6c2a55150fd20f016cad4fe289dd3e2d04713715.tar.xz
phosphor-power: Fix regulators FILES
The FILES_${PN}-regulators was incorrectly set without +=, and thus some files for ${PN}-regulators are not installed. Fix it by correctly specify the files for ${PN}-regulators. (From meta-phosphor rev: ae688cfe0bb6951d0897361d7b18984c01111aef) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I35def509124b712e56e54fb8b71a9b595843df0f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/power')
-rw-r--r--meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
index 3a296b706..e24c6a600 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
@@ -56,7 +56,6 @@ SYSTEMD_SERVICE_${PN}-regulators = "${REGS_SVC}"
FILES_${PN}-monitor = "${bindir}/psu-monitor"
FILES_${PN}-psu-monitor = "${bindir}/phosphor-psu-monitor"
-FILES_${PN}-regulators = "${bindir}/phosphor-regulators"
+FILES_${PN}-regulators = "${bindir}/phosphor-regulators ${datadir}/phosphor-regulators"
FILES_${PN}-sequencer = "${bindir}/pseq-monitor"
FILES_${PN}-utils = "${bindir}/psutils"
-FILES_${PN}-regulators = "${datadir}/phosphor-regulators"