Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests.') |
Patrick Williams | 9df0f3f | 2025-02-01 08:36:28 -0500 | [diff] [blame] | 2 | option( |
| 3 | 'oe-sdk', |
| 4 | type: 'feature', |
| 5 | value: 'disabled', |
| 6 | description: 'Enable OE SDK', |
| 7 | ) |
| 8 | option( |
| 9 | 'device-type', |
| 10 | type: 'combo', |
| 11 | choices: ['static', 'ubi', 'mmc'], |
| 12 | description: 'Select which device type to support', |
| 13 | ) |
Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 14 | option('vpnor', type: 'feature', description: 'Enable virtual PNOR support') |
Adriana Kobylak | 6fc7fcd | 2021-10-18 18:47:55 +0000 | [diff] [blame] | 15 | option('pldm', type: 'feature', description: 'Enable Host PLDM support') |
Patrick Williams | 9df0f3f | 2025-02-01 08:36:28 -0500 | [diff] [blame] | 16 | option( |
| 17 | 'verify-signature', |
| 18 | type: 'feature', |
| 19 | description: 'Enable image signature validation', |
| 20 | ) |
Brad Bishop | a0fa15b | 2020-11-06 14:42:24 -0500 | [diff] [blame] | 21 | option('msl', type: 'string', description: 'Minimum Ship Level') |