Refactor action target names Power-on-off

The target change is:
obmc-power-chassis-on -> obmc-chassis-poweron
obmc-power-chassis-off -> obmc-chassis-poweroff

Also updated phosphor-state-manager.bb to now
have correct commit id.

Change-Id: I15aae803e5f0d44d4e6a137278f93e91f848b2c0
Signed-off-by: Josh D. King <jdking@us.ibm.com>
diff --git a/common/recipes-core/systemd/obmc-targets/obmc-chassis-poweroff@.target b/common/recipes-core/systemd/obmc-targets/obmc-chassis-poweroff@.target
new file mode 100644
index 0000000..bf775fd
--- /dev/null
+++ b/common/recipes-core/systemd/obmc-targets/obmc-chassis-poweroff@.target
@@ -0,0 +1,9 @@
+[Unit]
+Description=Chassis%i (Power Off)
+Wants={SYSTEMD_DEFAULT_TARGET}
+After={SYSTEMD_DEFAULT_TARGET}
+Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
+After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
+Conflicts=obmc-chassis-poweron@%i.target
+Conflicts=obmc-chassis-reset@%i.target
+RefuseManualStop=yes