summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-04-01 23:25:51 +0300
committerEd Tanous <ed@tanous.net>2024-04-02 02:58:57 +0300
commit51bd2d8a8b9d73d4e86981c0d68056aa9e2c76b2 (patch)
treea19696e6447200311a0cc7092ab6b7b550d771cb /meson_options.txt
parent1873a04f43bb414408d1da9a5a775c05474603d2 (diff)
downloadbmcweb-51bd2d8a8b9d73d4e86981c0d68056aa9e2c76b2.tar.xz
Remove redfish-enable-proccessor-memory-status
The redfish-enable-proccessor-memory-status option was scheduled to be removed in 1Q 2024. It is now 2Q, so remove the option. No upstream layers enabled it and I could not find a downstream layer that did either. Redfish deprecated the Processor/Memory Summary Status (state, health, healthrollup) attributes. Discussion on discord, when disabling: [1]: https://discord.com/channels/775381525260664832/855566794994221117/1093939076710793296 Commit disabling this (merged 10 months ago): [2]: https://github.com/openbmc/bmcweb/commit/5fd0aafb0f14fb3011970e8575647bb608688c7c Tested: Code builds. Change-Id: I539cd5f384633afa7badf1cecfc6c7a87062f672 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0e7df3acbc..f84e59aebc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -119,16 +119,6 @@ option(
)
option(
- 'redfish-enable-proccessor-memory-status',
- type: 'feature',
- value: 'disabled',
- description: '''Enable/disable the deprecated processor and memory summary
- status. The default condition is disabling the processor
- and memory summary status. This option will be removed in
- 1Q 2024.'''
-)
-
-option(
'redfish-provisioning-feature',
type: 'feature',
value: 'disabled',