blob: 5286c2abe38f3a09875c573e7db86cddea1f0937 [file] [log] [blame] [edit]
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: '/run/bm-ready.flag',
description: 'Path to the flag to indicate that BM mode is ready',
)
option(
'cpu-config-path',
type: 'string',
value: '/run/cpu_config.json',
description: 'Path to the CPU configuration JSON file',
)