summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-10-30 14:55:08 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-07 17:34:47 -0500
commit1fabfdffb6f1e99116a471b616f481dfad4b4df2 (patch)
treef58032d8158440b4aaa669ce9aa402d9d8679e5a /meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
parent225e91f11c18bec1bad216eb8e30a7ef981e331e (diff)
downloadtalos-openbmc-1fabfdffb6f1e99116a471b616f481dfad4b4df2.tar.gz
talos-openbmc-1fabfdffb6f1e99116a471b616f481dfad4b4df2.zip
Allow mapper to introspect ObjectManager interface
There are a number of cases where daemons need the abilty to identify where the object manager is for a particular path, so it can make use of GetManagedObjects to reduce the number of dbus calls for enumerating certain subsystems. This pathset makes objectmanager show up in the mapper interfaces list. (From meta-phosphor rev: ca27b7ef42c56510cb9f5e1e3b6028b45eb613f8) Change-Id: Ibffc2a8755e57b91282319ab6a2e3aa74f89577d Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
index 69cb14faa..7c9d5daf2 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
@@ -10,4 +10,4 @@ inherit phosphor-mapper
inherit native
PHOSPHOR_MAPPER_SERVICE_append = " xyz.openbmc_project"
-PHOSPHOR_MAPPER_INTERFACE_append = " xyz.openbmc_project"
+PHOSPHOR_MAPPER_INTERFACE_append = " xyz.openbmc_project org.freedesktop.DBus.ObjectManager"
OpenPOWER on IntegriCloud