Set BIOS version

Get parsed BIOS version from oem ipmi command, and set to bios_active
D-Bus object.

Tested: Verify the BIOS version is set after host is powered on.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I864aeb92c63c7cc6ca5f158d309bab51b9d2c145
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..7b1d3da
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+option('BIOS_OBJPATH',
+       type: 'string',
+       value: '/xyz/openbmc_project/software/bios_active',
+       description: 'The BIOS software Dbus object path')
+