diff options
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r-- | meta-phosphor/classes/phosphor-debug-collector.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/classes/phosphor-debug-collector.bbclass b/meta-phosphor/classes/phosphor-debug-collector.bbclass index 2a2a3a415..d5d49a2db 100644 --- a/meta-phosphor/classes/phosphor-debug-collector.bbclass +++ b/meta-phosphor/classes/phosphor-debug-collector.bbclass @@ -1 +1,5 @@ bmc_dump_path="/var/lib/phosphor-debug-collector/dumps" +dreport_plugin_dir = "${datadir}/dreport.d/plugins.d" +dreport_include_dir = "${datadir}/dreport.d/include.d" +dreport_conf_dir = "${datadir}/dreport.d/conf.d" +dreport_dir = "${datadir}/dreport.d/" |