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-quiesce-host@.target b/common/recipes-core/systemd/obmc-targets/obmc-quiesce-host@.target
index d0473b0..4f10419 100644
--- a/common/recipes-core/systemd/obmc-targets/obmc-quiesce-host@.target
+++ b/common/recipes-core/systemd/obmc-targets/obmc-quiesce-host@.target
@@ -3,4 +3,4 @@
 Wants={SYSTEMD_DEFAULT_TARGET}
 After={SYSTEMD_DEFAULT_TARGET}
 RefuseManualStop=yes
-Conflicts=obmc-power-chassis-off@%i.target
+Conflicts=obmc-chassis-poweroff@%i.target