commit | 7476cd1490f8069b01f075f03eaba15b9776c40b | [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 | 09d9ce1715b6a8903ad7953b4c98c15449485716 | |
parent | c5ad3933b7857382acf6135fcced14db74225f72 [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/common/recipes-phosphor/dbus/phosphor-mapper.bb b/common/recipes-phosphor/dbus/phosphor-mapper.bb index ce3b2a4..aa80be9 100644 --- a/common/recipes-phosphor/dbus/phosphor-mapper.bb +++ b/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/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf b/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.conf similarity index 63% rename from common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf rename to common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.conf index 9a26ab9..3d9fcc3 100644 --- a/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf +++ b/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/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.service b/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service similarity index 100% rename from common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.service rename to common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service