summaryrefslogtreecommitdiff
path: root/meta-ufispace
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-07-27 14:37:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-07-27 21:15:17 +0300
commit1ee5f9dd1988c1045b069c2c8caf056d215cd149 (patch)
tree3f78cf5eae5ca5695decd937d52974ed4365d290 /meta-ufispace
parent7cc419fd5e2481599b140ab65cafc2296bd422b1 (diff)
downloadopenbmc-1ee5f9dd1988c1045b069c2c8caf056d215cd149.tar.xz
phosphor-logging: leverage ERR_INFO_CAP
The meta-phosphor recipe now includes a variable for setting the cap on info logs. Leverage that rather than an explicit EXTRA_OEMESON extension. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib0bc935691f4e1acb8fb667dffd60df8ce4d8118
Diffstat (limited to 'meta-ufispace')
-rw-r--r--meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend b/meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend
index 142e01a590..993939237a 100644
--- a/meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend
+++ b/meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend
@@ -1 +1 @@
-EXTRA_OEMESON:append = " -Derror_info_cap=256"
+ERR_INFO_CAP = "256"