Create phosphor-psu-monitor package

1. Create a phosphor-psu-monitor package.
2. Add the phosphor-psu-monitor binary to the package.
3. Add the phosphor-psu-monitor.service to the package.

This will allow one to selectively install the refactored power supply
monitor application to systems that want to use it.

(From meta-phosphor rev: 7102a39f018806bb34d14923e4cd8de8dd2160b1)

Change-Id: I107909226299de6fecefb2706bf453588bcc2f7c
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
index 5ae3d96..ea73596 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
@@ -25,6 +25,10 @@
          i2c-tools \
          "
 
+PACKAGE_BEFORE_PN = "phosphor-psu-monitor"
+FILES_phosphor-psu-monitor = "${bindir}/phosphor-psu-monitor \
+                              ${systemd_system_unitdir}/phosphor-psu-monitor.service"
+
 SEQ_MONITOR_SVC = "pseq-monitor.service"
 SEQ_PGOOD_SVC = "pseq-monitor-pgood.service"
 PSU_MONITOR_TMPL = "power-supply-monitor@.service"