summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-02 15:21:22 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-22 11:01:28 -0500
commit59fc7e324386a8997cd77b0a69cbd80788022a4f (patch)
tree18c0ca47a86400189b28fcbbf2a4b5618d2694ab /meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
parent29af19720cd4bf2af05bfc5564d1251f25999c66 (diff)
downloadtalos-openbmc-59fc7e324386a8997cd77b0a69cbd80788022a4f.tar.gz
talos-openbmc-59fc7e324386a8997cd77b0a69cbd80788022a4f.zip
mapper: move mapper to xyz namespace
The direction is to move all OpenBMC DBus names to the xyz namespace given that is the owned DNS name. Change-Id: Ieb704a6e118d9679e3343e62cd0c7dc33b0c056d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
index ce3b2a4a9..aa80be95c 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb
@@ -13,7 +13,7 @@ inherit obmc-phosphor-systemd
DEPENDS += "systemd"
DEPENDS += "autoconf-archive-native"
-DBUS_SERVICE_${PN} += "org.openbmc.ObjectMapper.service"
+DBUS_SERVICE_${PN} += "xyz.openbmc_project.ObjectMapper.service"
SYSTEMD_SERVICE_${PN} = "mapper-wait@.service"
RDEPENDS_libmapper += "libsystemd"
RDEPENDS_${PN} += " \
OpenPOWER on IntegriCloud