commit | 59fc7e324386a8997cd77b0a69cbd80788022a4f | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 02 15:21:22 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 22 11:01:28 2016 -0500 |
tree | 18c0ca47a86400189b28fcbbf2a4b5618d2694ab | |
parent | 29af19720cd4bf2af05bfc5564d1251f25999c66 [diff] |
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>
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb index ce3b2a4..aa80be9 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 @@ 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} += " \
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.conf similarity index 63% rename from meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf rename to meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.conf index 9a26ab9..3d9fcc3 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf +++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.conf
@@ -2,7 +2,7 @@ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy user="root"> - <allow own="org.openbmc.ObjectMapper"/> - <allow send_destination="org.openbmc.ObjectMapper"/> + <allow own="xyz.openbmc_project.ObjectMapper"/> + <allow send_destination="xyz.openbmc_project.ObjectMapper"/> </policy> </busconfig>
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.service b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service similarity index 100% rename from meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.service rename to meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service