diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-02 15:21:22 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-22 11:01:28 -0500 |
commit | 59fc7e324386a8997cd77b0a69cbd80788022a4f (patch) | |
tree | 18c0ca47a86400189b28fcbbf2a4b5618d2694ab /meta-phosphor | |
parent | 29af19720cd4bf2af05bfc5564d1251f25999c66 (diff) | |
download | talos-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')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb | 2 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.conf (renamed from meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.conf) | 4 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service (renamed from meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/org.openbmc.ObjectMapper.service) | 0 |
3 files changed, 3 insertions, 3 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} += " \ 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 index 9a26ab9ff..3d9fcc327 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 index 5d86fcfff..5d86fcfff 100644 --- 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 |