Format meson options file
Reformat this file using
muon fmt -i meson.options
Change-Id: Ie7cb194186ca1268bc138e92147c8c6fd47e3ac3
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/meson_options.txt b/meson_options.txt
index d528875..040da1f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,7 @@
'yocto-deps',
type: 'feature',
value: 'disabled',
- description: 'Use YOCTO dependencies system'
+ description: 'Use YOCTO dependencies system',
)
option(
@@ -10,14 +10,14 @@
type: 'feature',
value: 'enabled',
description: '''Enable the KVM host video WebSocket. Path is /kvm/0.
- Video is from the BMCs /dev/videodevice.'''
+ Video is from the BMCs /dev/videodevice.''',
)
option(
'tests',
type: 'feature',
value: 'enabled',
- description: 'Enable Unit tests for bmcweb'
+ description: 'Enable Unit tests for bmcweb',
)
option(
@@ -26,7 +26,7 @@
value: 'enabled',
description: '''Enable the Virtual Media WebSocket. Path is /vm/0/0 and /nbd/<id> to
open the websocket. See
- https://github.com/openbmc/jsnbd/blob/master/README.'''
+ https://github.com/openbmc/jsnbd/blob/master/README.''',
)
# if you use this option and are seeing this comment, please comment here:
@@ -49,7 +49,7 @@
description: '''Enable Phosphor REST (D-Bus) APIs. Paths directly map
Phosphor D-Bus object paths, for example,
/xyz/openbmc_project/logging/entry/enumerate. See
- https://github.com/openbmc/docs/blob/master/rest-api.md.'''
+ https://github.com/openbmc/docs/blob/master/rest-api.md.''',
)
option(
@@ -57,7 +57,7 @@
type: 'feature',
value: 'enabled',
description: '''Enable Redfish APIs. Paths are under /redfish/v1/. See
- https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish.'''
+ https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish.''',
)
option(
@@ -65,7 +65,7 @@
type: 'feature',
value: 'enabled',
description: '''Enable host serial console WebSocket. Path is /console0.
- See https://github.com/openbmc/docs/blob/master/console.md.'''
+ See https://github.com/openbmc/docs/blob/master/console.md.''',
)
option(
@@ -73,7 +73,7 @@
type: 'feature',
value: 'enabled',
description: '''Enable serving files from the /usr/share/www directory
- as paths under /.'''
+ as paths under /.''',
)
option(
@@ -81,7 +81,7 @@
type: 'feature',
value: 'enabled',
description: '''Enable BMC journal access through Redfish. Paths are under
- /redfish/v1/Managers/bmc/LogServices/Journal.'''
+ /redfish/v1/Managers/bmc/LogServices/Journal.''',
)
option(
@@ -89,7 +89,7 @@
type: 'feature',
value: 'disabled',
description: '''Enable CPU log service transactions through Redfish. Paths
- are under /redfish/v1/Systems/system/LogServices/Crashdump'.'''
+ are under /redfish/v1/Systems/system/LogServices/Crashdump'.''',
)
option(
@@ -98,7 +98,7 @@
value: 'disabled',
description: '''Enable Dump log service transactions through Redfish. Paths
are under /redfish/v1/Systems/system/LogServices/Dump
- and /redfish/v1/Managers/bmc/LogServices/Dump'''
+ and /redfish/v1/Managers/bmc/LogServices/Dump''',
)
option(
@@ -107,7 +107,7 @@
value: 'disabled',
description: '''Enable DBUS log service transactions through Redfish. Paths
are under
- /redfish/v1/Systems/system/LogServices/EventLog/Entries'''
+ /redfish/v1/Systems/system/LogServices/EventLog/Entries''',
)
option(
@@ -116,7 +116,7 @@
value: 'enabled',
description: '''Enable host log service transactions based on
phosphor-hostlogger through Redfish. Paths are under
- /redfish/v1/Systems/system/LogServices/HostLogger'''
+ /redfish/v1/Systems/system/LogServices/HostLogger''',
)
option(
@@ -124,7 +124,7 @@
type: 'feature',
value: 'disabled',
description: '''Enable provisioning feature support in redfish. Paths are
- under /redfish/v1/Systems/system/'''
+ under /redfish/v1/Systems/system/''',
)
option(
@@ -135,7 +135,7 @@
instance. This option will appear in the Redfish tree at
/redfish/v1/Managers/<redfish-manager-uri-name>.
Defaults to \'bmc\' which resolves to
- /redfish/v1/Managers/bmc'''
+ /redfish/v1/Managers/bmc''',
)
option(
@@ -146,46 +146,46 @@
instance. This option will appear in the Redfish tree at
/redfish/v1/Systems/<redfish-system-uri-name>.
Defaults to \'system\' which resolves to
- /redfish/v1/Systems/system'''
+ /redfish/v1/Systems/system''',
)
option(
'bmcweb-logging',
type: 'combo',
- choices : [ 'disabled', 'enabled', 'debug', 'info', 'warning', 'error', 'critical' ],
+ choices: ['disabled', 'enabled', 'debug', 'info', 'warning', 'error', 'critical'],
value: 'error',
description: '''Enable output the extended logging level.
- disabled: disable bmcweb log traces.
- enabled: treated as 'debug'
- - For the other logging level option, see DEVELOPING.md.'''
+ - For the other logging level option, see DEVELOPING.md.''',
)
option(
'basic-auth',
type: 'feature',
value: 'enabled',
- description: 'Enable basic authentication'
+ description: 'Enable basic authentication',
)
option(
'session-auth',
type: 'feature',
value: 'enabled',
- description: 'Enable session authentication'
+ description: 'Enable session authentication',
)
option(
'xtoken-auth',
type: 'feature',
value: 'enabled',
- description: 'Enable xtoken authentication'
+ description: 'Enable xtoken authentication',
)
option(
'cookie-auth',
type: 'feature',
value: 'enabled',
- description: 'Enable cookie authentication'
+ description: 'Enable cookie authentication',
)
option(
@@ -194,7 +194,7 @@
value: 'enabled',
description: '''Enables authenticating users through TLS client
certificates. The insecure-disable-ssl must be disabled for
- this option to take effect.'''
+ this option to take effect.''',
)
option(
@@ -208,7 +208,7 @@
(default)
- meta: Parses the Subject CN in the format used by
Meta Inc (see mutual_tls_meta.cpp for details)
- '''
+ ''',
)
option(
@@ -216,7 +216,7 @@
type: 'feature',
value: 'disabled',
description: '''Enable the IBM management console specific functionality.
- Paths are under /ibm/v1/'''
+ Paths are under /ibm/v1/''',
)
option(
@@ -224,7 +224,7 @@
type: 'feature',
value: 'disabled',
description: '''Enable the Google specific functionality. Paths are under
- /google/v1/'''
+ /google/v1/''',
)
option(
@@ -233,7 +233,7 @@
min: 0,
max: 512,
value: 30,
- description: 'Specifies the http request body length limit'
+ description: 'Specifies the http request body length limit',
)
option(
@@ -242,7 +242,7 @@
value: 'enabled',
description: '''Enable/disable the new PowerSubsystem, ThermalSubsystem,
and all children schemas. This includes displaying all
- sensors in the SensorCollection.'''
+ sensors in the SensorCollection.''',
)
option(
@@ -251,7 +251,7 @@
value: 'enabled',
description: '''Enable/disable the old Power / Thermal. The default
condition is allowing the old Power / Thermal. This
- will be disabled by default June 2024. '''
+ will be disabled by default June 2024. ''',
)
option(
@@ -260,7 +260,7 @@
value: 'enabled',
description: '''Enables Redfish OEM fan data on the manager resource.
This includes PID and Stepwise controller data. See
- OemManager schema for more detail.'''
+ OemManager schema for more detail.''',
)
option(
@@ -274,7 +274,7 @@
production systems. The code will be moved to the normal
code update flow and the option will be removed at the end
of Q3 2024.
- '''
+ ''',
)
option(
@@ -283,7 +283,7 @@
min: 1,
max: 65535,
value: 443,
- description: 'HTTPS Port number.'
+ description: 'HTTPS Port number.',
)
option(
@@ -294,14 +294,14 @@
description: '''Sets which DNS resolver backend should be used.
systemd-dbus uses the Systemd ResolveHostname on dbus, but requires dbus
support. asio relies on boost::asio::tcp::resolver, but cannot resolve
- names when boost threading is disabled.'''
+ names when boost threading is disabled.''',
)
option(
'redfish-aggregation',
type: 'feature',
value: 'disabled',
- description: 'Allows this BMC to aggregate resources from satellite BMCs'
+ description: 'Allows this BMC to aggregate resources from satellite BMCs',
)
option(
@@ -311,7 +311,7 @@
description: '''This is a temporary option flag for staging the
ComputerSystemCollection transition to multi-host. It, as well as the code
still beneath it will be removed on 9/1/2024. Do not enable in a
- production environment, or where API stability is required.'''
+ production environment, or where API stability is required.''',
)
option(
@@ -320,7 +320,7 @@
value: 'disabled',
description: '''Enable HTTP/2 protocol support using nghttp2. Do not rely
on this option for any production systems. It may have
- behavior changes or be removed at any time.'''
+ behavior changes or be removed at any time.''',
)
# Insecure options. Every option that starts with a `insecure` flag should
@@ -333,7 +333,7 @@
type: 'feature',
value: 'disabled',
description: '''Disable CSRF prevention checks.Should be set to false for
- production systems.'''
+ production systems.''',
)
option(
@@ -341,7 +341,7 @@
type: 'feature',
value: 'disabled',
description: '''Disable SSL ports. Should be set to false for production
- systems.'''
+ systems.''',
)
option(
@@ -349,7 +349,7 @@
type: 'feature',
value: 'disabled',
description: '''Disable authentication and authoriztion on all ports.
- Should be set to false for production systems.'''
+ Should be set to false for production systems.''',
)
option(
@@ -357,7 +357,7 @@
type: 'feature',
value: 'disabled',
description: '''Enable TFTP based firmware update transactions through
- Redfish UpdateService. SimpleUpdate.'''
+ Redfish UpdateService. SimpleUpdate.''',
)
option(
@@ -368,14 +368,14 @@
of the presence of the content-type header. Enabling this
conflicts with the input parsing guidelines, but may be
required to support old clients that may not set the
- Content-Type header on payloads.'''
+ Content-Type header on payloads.''',
)
option(
'insecure-push-style-notification',
type: 'feature',
value: 'disabled',
- description: 'Enable HTTP push style eventing feature'
+ description: 'Enable HTTP push style eventing feature',
)
option(
@@ -386,5 +386,5 @@
experimental, and has not been tested against the full
limits of user-facing behavior. It is not recommended to
enable on production systems at this time. Other query
- parameters such as only are not controlled by this option.'''
+ parameters such as only are not controlled by this option.''',
)