summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/phosphor-mapperdir.bbclass
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-10 06:41:49 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-07-18 04:05:16 +0300
commit2ad7ce334819f2f2d1e8bd06b160126b41591d07 (patch)
treebda977018f73bbbf78a87668bef46f4807ab0a5a /meta-phosphor/classes/phosphor-mapperdir.bbclass
parent0ead07ae105a71b1ab7140bf2ecbdcfb0e66f2c6 (diff)
downloadopenbmc-2ad7ce334819f2f2d1e8bd06b160126b41591d07.tar.xz
mapper: Generate an environment file
Mapper will soon consume four command line arguments that limit the scope of watched path and interface namespaces. Add tooling to generate this environment file based on a new bitbake variables. Add xyz-openbmc_project and org-openbmc by default in the Phosphor layer and other layers can add additional namespaces as needed. Change-Id: I1c03aa91b75d03652a8a8fb80737553fef224fdf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes/phosphor-mapperdir.bbclass')
-rw-r--r--meta-phosphor/classes/phosphor-mapperdir.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/classes/phosphor-mapperdir.bbclass b/meta-phosphor/classes/phosphor-mapperdir.bbclass
new file mode 100644
index 000000000..591b63d4d
--- /dev/null
+++ b/meta-phosphor/classes/phosphor-mapperdir.bbclass
@@ -0,0 +1,4 @@
+namespace_dir="${datadir}/phosphor-mapper/namespace"
+interface_dir="${datadir}/phosphor-mapper/interface"
+blacklist_dir="${datadir}/phosphor-mapper/blacklist"
+interfaceblacklist_dir="${datadir}/phosphor-mapper/interfaceblacklist"