blob: e5297cf004eccf1af05fb6ee6183e49723937ac4 [file] [log] [blame]
Lei YU5e0dcb32019-08-02 18:04:34 +08001option('tests', type: 'feature', description: 'Build tests')
2option('oe-sdk', type: 'feature', description: 'Enable OE SDK')
3
Lei YUc4cfc6e2019-08-02 11:30:10 +08004option('MANIFEST_FILE',
5 type: 'string',
6 value: 'MANIFEST',
7 description: 'The path of the MANIFEST file')
8
9option('SOFTWARE_OBJPATH',
10 type: 'string',
11 value: '/xyz/openbmc_project/software',
12 description: 'The software manager Dbus root')
13
Lei YU5e0dcb32019-08-02 18:04:34 +080014option('PSU_INVENTORY_PATH_BASE',
Lei YUc4cfc6e2019-08-02 11:30:10 +080015 type: 'string',
Lei YU5e0dcb32019-08-02 18:04:34 +080016 value: '/xyz/openbmc_project/inventory/system',
17 description: 'The base path for PSU inventory')