summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8a497ed8cc..11b476f9a4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -242,6 +242,20 @@ option(
)
option(
+ 'redfish-updateservice-use-dbus',
+ type: 'feature',
+ value: 'disabled',
+ description: '''Enables xyz.openbmc_project.Software.Update D-Bus interface
+ to propagate UpdateService requests to the corresponding
+ updater daemons instead of moving files to /tmp/images dir.
+ This option is temporary, should not be enabled on any
+ 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(
'https_port',
type: 'integer',
min: 1,