xref: /openbmc/openpower-host-ipmi-oem/meson.options (revision 7f25db70041b3275bb80289b29c90baa3fedbd0b)
1option('tests', type: 'feature', description: 'Build tests')
2
3option(
4    'host-name',
5    type: 'string',
6    value: 'host',
7    description: 'The Host name in the object path.',
8)
9
10# Generate configuration from Yaml
11option(
12    'invsensor-yaml-gen',
13    type: 'string',
14    value: 'inventory-sensor-example.yaml',
15)
16