From 7f52f354af516cda676c8ab4a1801cd19595533f Mon Sep 17 00:00:00 2001 From: George Hung Date: Wed, 28 Apr 2021 16:13:38 +0800 Subject: 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 Change-Id: I120623a934bd9fa6e8dd5c9b372b110287ef85d5 --- .../meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend (limited to 'meta-quanta') 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" -- cgit v1.2.3