xref: /openbmc/phosphor-logging/meson.options (revision 6eb96bf7)
196765ba0SGeorge Liuoption('libonly', type: 'boolean', description: 'Build library only')
296765ba0SGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
396765ba0SGeorge Liuoption(
496765ba0SGeorge Liu    'openpower-pel-extension',
596765ba0SGeorge Liu    type: 'feature',
696765ba0SGeorge Liu    description: 'Create PELs',
796765ba0SGeorge Liu    value: 'disabled'
896765ba0SGeorge Liu)
996765ba0SGeorge Liu
1096765ba0SGeorge Liuoption('yamldir', type: 'string', description: 'Path to YAML')
1196765ba0SGeorge Liuoption(
1296765ba0SGeorge Liu    'callout_yaml',
1396765ba0SGeorge Liu    type: 'string',
1496765ba0SGeorge Liu    value: 'callouts/callouts-example.yaml',
1596765ba0SGeorge Liu    description: 'Path to Callout YAML',
1696765ba0SGeorge Liu)
1796765ba0SGeorge Liu
1896765ba0SGeorge Liuoption(
1996765ba0SGeorge Liu    'error_cap',
2096765ba0SGeorge Liu    type: 'integer',
2196765ba0SGeorge Liu    value: 200,
2296765ba0SGeorge Liu    description: 'Max number of error enttries allowed for commit',
2396765ba0SGeorge Liu)
2496765ba0SGeorge Liuoption(
2596765ba0SGeorge Liu    'error_info_cap',
2696765ba0SGeorge Liu    type: 'integer',
2796765ba0SGeorge Liu    value: 10,
2896765ba0SGeorge Liu    description: 'Cap on informational (and below) severity errors',
2996765ba0SGeorge Liu)
3096765ba0SGeorge Liu
3196765ba0SGeorge Liuoption(
3296765ba0SGeorge Liu    'phal',
3396765ba0SGeorge Liu    type: 'feature',
3496765ba0SGeorge Liu    value: 'disabled',
3596765ba0SGeorge Liu    description: 'Enable support for PHAL',
3696765ba0SGeorge Liu)
3796765ba0SGeorge Liu
3896765ba0SGeorge Liuoption(
3996765ba0SGeorge Liu    'rsyslog_server_conf',
4096765ba0SGeorge Liu    type: 'string',
4196765ba0SGeorge Liu    value: '/etc/rsyslog.d/server.conf',
4296765ba0SGeorge Liu    description: 'Path to rsyslog server conf file',
4396765ba0SGeorge Liu)
44*6eb96bf7SPatrick Williams
45*6eb96bf7SPatrick Williamsoption(
46*6eb96bf7SPatrick Williams    'lg2_commit_strategy',
47*6eb96bf7SPatrick Williams    type: 'combo',
48*6eb96bf7SPatrick Williams    choices: ['dbus', 'journal', 'both'],
49*6eb96bf7SPatrick Williams    value: 'both'
50*6eb96bf7SPatrick Williams)
51