blob: 64245c08850b66ddb06620e6f3d858905a220b22 [file] [log] [blame]
William A. Kennington IIIac730af2021-06-24 03:15:38 -07001option('tests', type: 'feature', description: 'Build tests')
Willy Tu6c71b0f2021-10-10 13:34:41 -07002option('static-bifurcation', type: 'string', value: '/usr/share/google-ipmi-sys/bifurcation.json', description: 'Path to Static Bifurcation Json config')
Nikhil Namjoshi5e70dc82022-09-16 00:36:07 +00003option('bare_metal', type: 'boolean', value: false, description: 'Bare Metal Mode Flag')
Brandon Kim3f3ca032023-03-17 18:49:00 +00004option('bm-signal-path', type: 'string', value: '/tmp/BMReady.flag', description: 'Path to the flag to indicate that BM mode is ready')