blob: 65638ca9ee64453fb6b184fdcd0bcffbe0a4d6da [file] [log] [blame]
Brad Bishopa0fa15b2020-11-06 14:42:24 -05001option('tests', type: 'feature', description: 'Build tests.')
Adriana Kobylak588a9fa2021-06-22 14:28:45 +00002option('oe-sdk', type: 'feature', description: 'Enable OE SDK')
Brad Bishopa0fa15b2020-11-06 14:42:24 -05003option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which device type to support')
4option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
5option('verify-signature', type: 'feature', description: 'Enable image signature validation')
6option('msl', type: 'string', description: 'Minimum Ship Level')