William A. Kennington III | ac730af | 2021-06-24 03:15:38 -0700 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
Patrick Williams | 4d6a7b3 | 2025-02-01 08:38:43 -0500 | [diff] [blame^] | 2 | option( |
| 3 | 'static-bifurcation', |
| 4 | type: 'string', |
| 5 | value: '/usr/share/google-ipmi-sys/bifurcation.json', |
| 6 | description: 'Path to Static Bifurcation Json config', |
| 7 | ) |
| 8 | option( |
| 9 | 'bare_metal', |
| 10 | type: 'boolean', |
| 11 | value: false, |
| 12 | description: 'Bare Metal Mode Flag', |
| 13 | ) |
| 14 | option( |
| 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 | ) |