phosphor-time-manager.bb: Use new service name

Update phospohr-time-manager recipe to use new service name
"xyz.openbmc_project.Time.Manager"

Bump host-ipmid and phosphor-time-manager revisions.

Resolves openbmc/openbmc#668

Change-Id: I980c8a20159b78759fd1f60d268ee8a398bba5e3
Signed-off-by: Lei YU <mine260309@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb b/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb
index f56306a..ec1760f 100644
--- a/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb
@@ -5,19 +5,25 @@
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-inherit autotools pkgconfig
+inherit autotools pkgconfig pythonnative
 inherit obmc-phosphor-dbus-service
 
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "phosphor-mapper"
 DEPENDS += "systemd"
+DEPENDS += "sdbusplus"
+DEPENDS += "sdbusplus-native"
+DEPENDS += "phosphor-logging"
+DEPENDS += "phosphor-dbus-interfaces"
 RDEPENDS_${PN} += "virtual-obmc-settings-mgmt"
 RDEPENDS_${PN} += "network"
 RDEPENDS_${PN} += "libmapper"
 RDEPENDS_${PN} += "libsystemd"
+RDEPENDS_${PN} += "sdbusplus"
+RDEPENDS_${PN} += "phosphor-dbus-interfaces"
 
 SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
-SRCREV = "4188567ae87609943489e559ab2067f1cbc76f40"
+SRCREV = "debe1d8f47bab3d61b3340c84f802f1dc6388ca0"
 S = "${WORKDIR}/git"
 
-DBUS_SERVICE_${PN} += "org.openbmc.TimeManager.service"
+DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"
diff --git a/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/org.openbmc.TimeManager.service b/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service
similarity index 88%
rename from meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/org.openbmc.TimeManager.service
rename to meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service
index a6c90ce..051e91c 100644
--- a/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/org.openbmc.TimeManager.service
+++ b/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service
@@ -11,8 +11,8 @@
 
 [Service]
 Restart=always
-ExecStart=/usr/bin/env timemanager
-SyslogIdentifier=timemanager
+ExecStart=/usr/bin/env phosphor-timemanager
+SyslogIdentifier=phosphor-timemanager
 Type=dbus
 BusName={BUSNAME}
 
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index 261e180..a8f0e5b 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
 SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "1fe5c834b9ae4f09726dea8a1c7b3a05d87f1344"
+SRCREV = "e8939395406a6e600df0ed8fc8069a7daa4fed7f"