blob: ad9f7ed519ff68886908605ee70182e1d032c6e7 [file] [log] [blame]
Brad Bishopb4459912019-11-05 19:39:11 -05001option(
2 'tests', type: 'feature', description: 'Build tests.',
3)
Brad Bishop92daaaa2020-01-20 15:45:01 -05004option(
5 'fru-device', type: 'boolean', description: 'Build fru-device.',
6)
Andrei Kartashev6b3d4c52020-08-10 19:24:17 +03007option(
8 'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.',
9)
Matt Spinler7742c872024-05-02 14:13:21 -050010option(
11 'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.',
12)