summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-07-30 04:28:08 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-07-30 16:06:34 +0300
commit220ffaf1f2498b128808e05aea53190b20582593 (patch)
tree0a66cb64980c94ab79f6c2c136c97176a2baf804 /meta-ampere
parent49c4e4a7e02a7080a2ddcbe5ef5756b9a58b073f (diff)
downloadopenbmc-220ffaf1f2498b128808e05aea53190b20582593.tar.xz
meta-ampere: phosphor-sel-logger: Use packageconfig
This makes it possible for us to change out build specific settings. Change-Id: I862366d8efa97c4c3181b842662bf28dd5bec270 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend b/meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
index 4be8ddbd5..2f74fd2c3 100644
--- a/meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
+++ b/meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
@@ -1,2 +1 @@
-# Enable threshold monitoring
-EXTRA_OECMAKE += "-DSEL_LOGGER_MONITOR_THRESHOLD_EVENTS=ON"
+PACKAGECONFIG_append = " log-threshold"