commit | 295bc64243b5505a18ef0e2f2d8b6f73da966cdf | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 08 20:04:29 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 11:51:14 2016 +0000 |
tree | adedecf234d20d2f693475b4ea12dc604668cc30 | |
parent | be42fe9c200f9accfad758d03d36e06cdead1033 [diff] [blame] |
Add mapper client service template Use mapper-wait in Wants or Requires to defer startup of DBus services until an object exists on the DBus somewhere. Change-Id: I9bb5fe8280d842198064f2b43a9aa72731303ba8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb index b516f68..26e805e 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
@@ -12,6 +12,7 @@ DEPENDS += "systemd" DBUS_SERVICE_${PN} += "org.openbmc.ObjectMapper.service" +SYSTEMD_SERVICE_${PN} = "mapper-wait@.service" RDEPENDS_${PN} += " \ python-xml \ python-dbus \