Add phosphor-power recipe

There was witherspoon-fault-analysis recipe in meta-ibm. Now the repo
becomes a generic one, phosphor-power, add the recipe in meta-phosphor.

Tested: Verify the build `bitbake phosphor-power` succeeds.
        With changes in meta-ibm/meta-witherspoon, verify phosphor-power
        is built correctly and the services are installed.

(From meta-phosphor rev: 4d8175e674b521669822da61d09b338f391b38fa)

Change-Id: I4e30bba75a0883c4e431c56a10eef7917b5c46c8
Signed-off-by: Lei YU <mine260309@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power.inc b/meta-phosphor/recipes-phosphor/power/phosphor-power.inc
new file mode 100644
index 0000000..5195400
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power.inc
@@ -0,0 +1,5 @@
+HOMEPAGE = "https://github.com/openbmc/phosphor-power"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+SRC_URI += "git://github.com/openbmc/phosphor-power"
+SRCREV = "aff6548e9009524ddfc3c597babece3fdd6c6d07"