summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/dbus-dir.bbclass
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-07-12 18:49:55 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-07-28 21:35:37 +0300
commit49a7698af82650ce5dd87bb4e52d20e0d209d022 (patch)
tree7e487908a705c3ee7f26cd753d1f07e4cd597ad1 /meta-phosphor/classes/dbus-dir.bbclass
parentf815b2eac42e2f63842904b892c3cc1b5e4888f2 (diff)
downloadopenbmc-49a7698af82650ce5dd87bb4e52d20e0d209d022.tar.xz
classes: Add dbus-dir
Export some commonly used dbus paths for use by recipes. Similar to python-dir in the base. Change-Id: Id3723766338e06a5c6934ab7c55524546ce582a6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes/dbus-dir.bbclass')
-rw-r--r--meta-phosphor/classes/dbus-dir.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/classes/dbus-dir.bbclass b/meta-phosphor/classes/dbus-dir.bbclass
new file mode 100644
index 000000000..f66346399
--- /dev/null
+++ b/meta-phosphor/classes/dbus-dir.bbclass
@@ -0,0 +1,2 @@
+dbus_system_confdir="${sysconfdir}/dbus-1/system.d/"
+dbus_system_servicesdir="${datadir}/dbus-1/system-services/"