summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2019-12-21 00:21:55 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-02-18 04:49:43 +0300
commit50616f41b34dbd3d1f241f83e643554157856392 (patch)
treea13106d8ea157e149bfc0da7d4b0ffbd72397062 /meta-phosphor
parentf41bd76b33dddb1f1c1981f11a1a1d7e894190f4 (diff)
downloadopenbmc-50616f41b34dbd3d1f241f83e643554157856392.tar.xz
meta-phosphor: Package phosphor-regulators config files
Package all of the installed phosphor-regulators config files. Installation of the config files are handled by the meson install directive from within the phosphor-power/phosphor-regulators repository. Tested: All config files are present within an image using phosphor-power Config files are located at /usr/share/phosphor-regulators in image (From meta-phosphor rev: 280eeb9d2f3102b6e43d6f6b9a12406d6ecf93b9) Change-Id: I4fd4ef555b97d800d28e4bf4cfafe32fdd207f27 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
index 5ae3d9664..598bfbcd8 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
@@ -29,3 +29,6 @@ SEQ_MONITOR_SVC = "pseq-monitor.service"
SEQ_PGOOD_SVC = "pseq-monitor-pgood.service"
PSU_MONITOR_TMPL = "power-supply-monitor@.service"
SYSTEMD_SERVICE_${PN} += "${SEQ_MONITOR_SVC} ${SEQ_PGOOD_SVC} ${PSU_MONITOR_TMPL}"
+
+# Package all phosphor-regulators config files
+FILES_${PN} += "${datadir}/phosphor-regulators"