blob: 726b99e89e35175b925226892aadcf97defbf734 [file] [log] [blame]
William A. Kennington IIIac730af2021-06-24 03:15:38 -07001option('tests', type: 'feature', description: 'Build tests')
Patrick Williams4d6a7b32025-02-01 08:38:43 -05002option(
3 'static-bifurcation',
4 type: 'string',
5 value: '/usr/share/google-ipmi-sys/bifurcation.json',
6 description: 'Path to Static Bifurcation Json config',
7)
8option(
9 'bare_metal',
10 type: 'boolean',
11 value: false,
12 description: 'Bare Metal Mode Flag',
13)
14option(
15 'bm-signal-path',
16 type: 'string',
17 value: '/run/bm-ready.flag',
18 description: 'Path to the flag to indicate that BM mode is ready',
19)