Brad Bishop | b445991 | 2019-11-05 19:39:11 -0500 | [diff] [blame] | 1 | option( |
| 2 | 'tests', type: 'feature', description: 'Build tests.', |
| 3 | ) |
Brad Bishop | 92daaaa | 2020-01-20 15:45:01 -0500 | [diff] [blame] | 4 | option( |
Chris Sides | 2ab7341 | 2024-10-15 16:04:11 -0500 | [diff] [blame] | 5 | 'fru-device', type: 'boolean', description: 'Build fru-device VPD parser.', |
Brad Bishop | 92daaaa | 2020-01-20 15:45:01 -0500 | [diff] [blame] | 6 | ) |
Andrei Kartashev | 6b3d4c5 | 2020-08-10 19:24:17 +0300 | [diff] [blame] | 7 | option( |
| 8 | 'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.', |
| 9 | ) |
Matt Spinler | 7742c87 | 2024-05-02 14:13:21 -0500 | [diff] [blame] | 10 | option( |
Chris Sides | 2ab7341 | 2024-10-15 16:04:11 -0500 | [diff] [blame] | 11 | 'devicetree-vpd', type: 'boolean', description: 'Build device-tree VPD parser' |
| 12 | ) |
| 13 | option( |
Matt Spinler | 7742c87 | 2024-05-02 14:13:21 -0500 | [diff] [blame] | 14 | 'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.', |
| 15 | ) |