summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-04-02 00:05:21 +0300
committerGunnar Mills <gunnar@gmills.xyz>2024-04-04 22:53:09 +0300
commit7ac13cc939beaf9a2a7af870ba9b5650c98e409e (patch)
tree3626ff9647f62a93beb6f5da9dc8e612a65b2918 /meson_options.txt
parent3dfed536df173ea6d37ac93f428b9094b6a736d1 (diff)
downloadbmcweb-7ac13cc939beaf9a2a7af870ba9b5650c98e409e.tar.xz
Remove redfish-health-populate
The redfish-health-populate option was scheduled to be removed in 1Q 2024. It is now 2Q, so remove the option. No upstream layers enabled it and did not find a downstream layer that did either. This was always limited to a few resources. Overall this design was only half done. A future "HealthRollup" can be proposed. Some discord discussion: [1]: https://discord.com/channels/775381525260664832/855566794994221117/1110728560819327069 Commit disabling this (merged 10 months ago): [2]: https://github.com/openbmc/bmcweb/commit/6f8273e49cffdd347c223b9538558edfb05e818a Tested: Code compiles Change-Id: I4d33c1e674ecdb0fd256df62f3795073454ae7a1 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f84e59aebc..39a410bc08 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -241,14 +241,6 @@ option(
)
option(
- 'redfish-health-populate',
- type: 'feature',
- value: 'disabled',
- description: '''Enables HealthPopulate and generate the Status property for
- the resource. This option will be removed Q1 2024'''
-)
-
-option(
'https_port',
type: 'integer',
min: 1,