xref: /openbmc/phosphor-logging/meson.options (revision 96765ba0)
1*96765ba0SGeorge Liuoption('libonly', type: 'boolean', description: 'Build library only')
2*96765ba0SGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
3*96765ba0SGeorge Liuoption(
4*96765ba0SGeorge Liu    'openpower-pel-extension',
5*96765ba0SGeorge Liu    type: 'feature',
6*96765ba0SGeorge Liu    description: 'Create PELs',
7*96765ba0SGeorge Liu    value: 'disabled'
8*96765ba0SGeorge Liu)
9*96765ba0SGeorge Liu
10*96765ba0SGeorge Liuoption('yamldir', type: 'string', description: 'Path to YAML')
11*96765ba0SGeorge Liuoption(
12*96765ba0SGeorge Liu    'callout_yaml',
13*96765ba0SGeorge Liu    type: 'string',
14*96765ba0SGeorge Liu    value: 'callouts/callouts-example.yaml',
15*96765ba0SGeorge Liu    description: 'Path to Callout YAML',
16*96765ba0SGeorge Liu)
17*96765ba0SGeorge Liu
18*96765ba0SGeorge Liuoption(
19*96765ba0SGeorge Liu    'error_cap',
20*96765ba0SGeorge Liu    type: 'integer',
21*96765ba0SGeorge Liu    value: 200,
22*96765ba0SGeorge Liu    description: 'Max number of error enttries allowed for commit',
23*96765ba0SGeorge Liu)
24*96765ba0SGeorge Liuoption(
25*96765ba0SGeorge Liu    'error_info_cap',
26*96765ba0SGeorge Liu    type: 'integer',
27*96765ba0SGeorge Liu    value: 10,
28*96765ba0SGeorge Liu    description: 'Cap on informational (and below) severity errors',
29*96765ba0SGeorge Liu)
30*96765ba0SGeorge Liu
31*96765ba0SGeorge Liuoption(
32*96765ba0SGeorge Liu    'phal',
33*96765ba0SGeorge Liu    type: 'feature',
34*96765ba0SGeorge Liu    value: 'disabled',
35*96765ba0SGeorge Liu    description: 'Enable support for PHAL',
36*96765ba0SGeorge Liu)
37*96765ba0SGeorge Liu
38*96765ba0SGeorge Liuoption(
39*96765ba0SGeorge Liu    'rsyslog_server_conf',
40*96765ba0SGeorge Liu    type: 'string',
41*96765ba0SGeorge Liu    value: '/etc/rsyslog.d/server.conf',
42*96765ba0SGeorge Liu    description: 'Path to rsyslog server conf file',
43*96765ba0SGeorge Liu)
44