xref: /openbmc/google-ipmi-sys/meson.options (revision 4d6a7b313e761a79572bb4d9e181464d11ca65b2)
1dde0c029SGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
2*4d6a7b31SPatrick Williamsoption(
3*4d6a7b31SPatrick Williams    'static-bifurcation',
4*4d6a7b31SPatrick Williams    type: 'string',
5*4d6a7b31SPatrick Williams    value: '/usr/share/google-ipmi-sys/bifurcation.json',
6*4d6a7b31SPatrick Williams    description: 'Path to Static Bifurcation Json config',
7*4d6a7b31SPatrick Williams)
8*4d6a7b31SPatrick Williamsoption(
9*4d6a7b31SPatrick Williams    'bare_metal',
10*4d6a7b31SPatrick Williams    type: 'boolean',
11*4d6a7b31SPatrick Williams    value: false,
12*4d6a7b31SPatrick Williams    description: 'Bare Metal Mode Flag',
13*4d6a7b31SPatrick Williams)
14*4d6a7b31SPatrick Williamsoption(
15*4d6a7b31SPatrick Williams    'bm-signal-path',
16*4d6a7b31SPatrick Williams    type: 'string',
17*4d6a7b31SPatrick Williams    value: '/run/bm-ready.flag',
18*4d6a7b31SPatrick Williams    description: 'Path to the flag to indicate that BM mode is ready',
19*4d6a7b31SPatrick Williams)
20