summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/datetime
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-07-04 10:02:28 +0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-19 13:34:25 +0000
commit37fb5a04b37a8a76228b7eb19d15b422f7f52faa (patch)
treeafdd029569890a186b75acdfa108318228ee84a3 /meta-phosphor/common/recipes-phosphor/datetime
parent965231bfe92c1dbe9e1add2c3f8f5b27c34986dd (diff)
downloadtalos-openbmc-37fb5a04b37a8a76228b7eb19d15b422f7f52faa.tar.gz
talos-openbmc-37fb5a04b37a8a76228b7eb19d15b422f7f52faa.zip
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>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/datetime')
-rw-r--r--meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb12
-rw-r--r--meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service (renamed from meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager/org.openbmc.TimeManager.service)4
2 files changed, 11 insertions, 5 deletions
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 f56306a51..ec1760fba 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 @@ PR = "r1"
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
index a6c90cefe..051e91c14 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 @@ After=mapper-wait@-org-openbmc-control-power0.service
[Service]
Restart=always
-ExecStart=/usr/bin/env timemanager
-SyslogIdentifier=timemanager
+ExecStart=/usr/bin/env phosphor-timemanager
+SyslogIdentifier=phosphor-timemanager
Type=dbus
BusName={BUSNAME}
OpenPOWER on IntegriCloud