blob: 8f055d2a3371ffedae35352c577bc4d3321f1bc1 [file] [log] [blame]
Brad Bishopa0fa15b2020-11-06 14:42:24 -05001option('tests', type: 'feature', description: 'Build tests.')
Patrick Williams9df0f3f2025-02-01 08:36:28 -05002option(
3 'oe-sdk',
4 type: 'feature',
5 value: 'disabled',
6 description: 'Enable OE SDK',
7)
8option(
9 'device-type',
10 type: 'combo',
11 choices: ['static', 'ubi', 'mmc'],
12 description: 'Select which device type to support',
13)
Brad Bishopa0fa15b2020-11-06 14:42:24 -050014option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
Adriana Kobylak6fc7fcd2021-10-18 18:47:55 +000015option('pldm', type: 'feature', description: 'Enable Host PLDM support')
Patrick Williams9df0f3f2025-02-01 08:36:28 -050016option(
17 'verify-signature',
18 type: 'feature',
19 description: 'Enable image signature validation',
20)
Brad Bishopa0fa15b2020-11-06 14:42:24 -050021option('msl', type: 'string', description: 'Minimum Ship Level')