Option to override dump request D-Bus path
Added option for overriding the object path for requesting OpenPOWER
dumps. On recent systems the object path is changed so adding option
to override the path in the recipe.
Change-Id: I457831630aa4208e0455082a8f0c4096b084d843
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/meson.options b/meson.options
index 5587317..73675e4 100644
--- a/meson.options
+++ b/meson.options
@@ -5,3 +5,5 @@
Systems device tree''')
option('attn_config', type : 'string', value : '',
description : '''Attention handler default configuration override''')
+option('op_dump_obj_path', type: 'string', value: '/org/openpower/dump',
+ description : '''Object path requesting OpenPOWER dumps''')