summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-04-28 11:13:38 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-04-29 02:34:12 +0300
commit7f52f354af516cda676c8ab4a1801cd19595533f (patch)
tree1e4b775262c41589c697ac41517d154357eef69c /meta-quanta
parentd996a1087bda5a099a44165e84c7f3dcd670a21b (diff)
downloadopenbmc-7f52f354af516cda676c8ab4a1801cd19595533f.tar.xz
meta-quanta: gbs: set the max number of IPMI SEL logs
limit the max number of IPMI SEL logs as 256 since the logs would store in persistent path (/var/lib/phosphor-logging/errors) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I120623a934bd9fa6e8dd5c9b372b110287ef85d5
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend
new file mode 100644
index 000000000..75f5e7ebe
--- /dev/null
+++ b/meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECONF_append_gbs = " ERROR_INFO_CAP=256"