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.build b/meson.build
index 2d294f9..64e8394 100644
--- a/meson.build
+++ b/meson.build
@@ -36,6 +36,9 @@
conf = configuration_data()
+# OpenPOWER dump object path override
+conf.set_quoted('OP_DUMP_OBJ_PATH', get_option('op_dump_obj_path'))
+
conf.set('CONFIG_PHAL_API', get_option('phal').allowed())
configure_file(input: 'config.h.in', output: 'config.h', configuration: conf)