Disable Redfish BMC Journal
Disabling the Journal due to query time of /redfish/v1/Managers/bmc/LogServices/Journal/Entries taking minutes if the journal is large (~10^6 entries)
Tested:
Journal is not an accessible LogService anymore
Google-Bug-Id: 321826747
Change-Id: I8ddd0c50b98e4b5cdaaead25f709d106cf245dbc
Signed-off-by: Edward Lee <edwarddl@google.com>
(cherry-picked from commit 7eb3919726bd3c7f56b675ba125436893beff56b)
diff --git a/recipes-phosphor/interfaces/bmcweb_%.bbappend b/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 314874a..e3a8132 100644
--- a/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -11,6 +11,7 @@
-Dredfish-new-powersubsystem-thermalsubsystem=enabled \
-Dgoogle-api=enabled \
-Dhealth-populate=disabled \
+ -Dredfish-bmc-journal=disabled \
"
EXTRA_OEMESON:append:gbmc:gbmcfork = " \
-Dgoogle-baremetal=disabled \