blob: 8f055d2a3371ffedae35352c577bc4d3321f1bc1 [file] [log] [blame] [edit]
option('tests', type: 'feature', description: 'Build tests.')
option(
'oe-sdk',
type: 'feature',
value: 'disabled',
description: 'Enable OE SDK',
)
option(
'device-type',
type: 'combo',
choices: ['static', 'ubi', 'mmc'],
description: 'Select which device type to support',
)
option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
option('pldm', type: 'feature', description: 'Enable Host PLDM support')
option(
'verify-signature',
type: 'feature',
description: 'Enable image signature validation',
)
option('msl', type: 'string', description: 'Minimum Ship Level')