blob: ad9f7ed519ff68886908605ee70182e1d032c6e7 [file] [log] [blame]
option(
'tests', type: 'feature', description: 'Build tests.',
)
option(
'fru-device', type: 'boolean', description: 'Build fru-device.',
)
option(
'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.',
)
option(
'validate-json', type: 'boolean', value: true, description: 'Run JSON schema validation during the build.',
)