meta-bletchley: move chassis and host power control service into phosphor-state-manager

Move chassis and host power control services as part of PSM package to
align with other platforms in meta-facebook.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I6e6afc0ad62d3b872b330202a4696b704d245911
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service b/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service
new file mode 100644
index 0000000..5a57e97
--- /dev/null
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Power on System in Sled%i by Step Motor
+Requires=motor-init-calibration@%i.service
+After=motor-init-calibration@%i.service
+Requires=chassis-poweron@%i.service
+After=chassis-poweron@%i.service
+Conflicts=host-poweroff@%i.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/sbin/power-ctrl sled%i boot-from-bootmode
+SyslogIdentifier=power-ctrl
+