1option('tests', type: 'feature', description: 'Build tests') 2option( 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) 20option( 21 'cpu-config-path', 22 type: 'string', 23 value: '/run/cpu_config.json', 24 description: 'Path to the CPU configuration JSON file', 25) 26