Update the default for "bm-signal-path" meson.option
Move to /run/ and make the file name more unix friendly.
This was poited out in:
https://gerrit.openbmc.org/c/openbmc/google-ipmi-sys/+/61987
Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I7642e9ee54fc3671961eb15a16087ec485915cf5
diff --git a/meson_options.txt b/meson_options.txt
index 64245c0..1a53aa5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
option('tests', type: 'feature', description: 'Build tests')
option('static-bifurcation', type: 'string', value: '/usr/share/google-ipmi-sys/bifurcation.json', description: 'Path to Static Bifurcation Json config')
option('bare_metal', type: 'boolean', value: false, description: 'Bare Metal Mode Flag')
-option('bm-signal-path', type: 'string', value: '/tmp/BMReady.flag', description: 'Path to the flag to indicate that BM mode is ready')
+option('bm-signal-path', type: 'string', value: '/run/bm-ready.flag', description: 'Path to the flag to indicate that BM mode is ready')