commit | c9920ca78719982c97a6d1871e99f5ad86e79913 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jul 16 20:22:19 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Jul 19 00:05:21 2024 +0000 |
tree | 2555a0b056ee84fea99ddbaae76f9707c17adff7 | |
parent | 6681e5705232f11f358972a9926c30ee77f57127 [diff] |
meta-ieisystem: bmcweb: disable redfish-host-logger Since this function is not used in all IEI machines, this log is disabled and will not be displayed in the parent link. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2f9b9875f550ca1edad2d87d63a88e6f75917db3
diff --git a/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend b/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend index f3babf7..925d189 100644 --- a/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend +++ b/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend
@@ -1,3 +1,4 @@ EXTRA_OEMESON:append = " \ -Dinsecure-enable-redfish-query=enabled \ + -Dredfish-host-logger=disabled \ "