Update phosphor recipes to pickup latest code

Update openbmc phosphor recipes to pickup latest functionality from
skeleton, ipmi, networkd, settings, etc.
diff --git a/common/recipes-phosphor/host-ipmid/host-ipmid.bb b/common/recipes-phosphor/host-ipmid/host-ipmid.bb
index 068d395..e6527f6 100644
--- a/common/recipes-phosphor/host-ipmid/host-ipmid.bb
+++ b/common/recipes-phosphor/host-ipmid/host-ipmid.bb
@@ -18,7 +18,7 @@
 RDEPENDS_${PN} += "network"
 SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
 
-SRCREV = ""
+SRCREV = "83edabb0e05fd71d4905ef255e97f65d966c6e7e"
 
 S = "${WORKDIR}/git"
 INSTALL_NAME = "ipmid"
diff --git a/common/recipes-phosphor/network/network.bb b/common/recipes-phosphor/network/network.bb
index b53f7f4..6331678 100644
--- a/common/recipes-phosphor/network/network.bb
+++ b/common/recipes-phosphor/network/network.bb
@@ -12,7 +12,7 @@
             file://80-dhcp.network \
             "
 
-SRCREV = "a657afc9cc76dc6678edb8de9df569f92dd108e1"
+SRCREV = "6b3d6af5b9c38d734f20e859394db275e141328e"
 
 S = "${WORKDIR}/git"
 
diff --git a/common/recipes-phosphor/settings/settings.bb b/common/recipes-phosphor/settings/settings.bb
index 1c5fe28..d1fa639 100644
--- a/common/recipes-phosphor/settings/settings.bb
+++ b/common/recipes-phosphor/settings/settings.bb
@@ -10,7 +10,7 @@
 
 SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
 
-SRCREV = "33e0930724c12f83ddf99f7452fc0551ac10ccfc"
+SRCREV = "3bda531d94f4c93473bbedd7d7e5c44d4d9da93b"
 
 S = "${WORKDIR}/git"
 
diff --git a/common/recipes-phosphor/skeleton/skeleton.bb b/common/recipes-phosphor/skeleton/skeleton.bb
index fab50ea..3cc91d6 100644
--- a/common/recipes-phosphor/skeleton/skeleton.bb
+++ b/common/recipes-phosphor/skeleton/skeleton.bb
@@ -13,10 +13,10 @@
 inherit obmc-phosphor-system-mgmt
 
 DEPENDS += "glib-2.0"
-RDEPENDS_${PN} += "python-subprocess python-tftpy"
+RDEPENDS_${PN} += "python-subprocess python-compression"
 SRC_URI += "git://github.com/openbmc/skeleton"
 
-SRCREV = "abe4953f941f63b4a3f531af15f6dba68870f3a9"
+SRCREV = "695f5d12e33daece376ddf1f9c7041a5bd6a3c7d"
 
 S = "${WORKDIR}"