summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-07-30 04:30:08 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-07-30 16:06:34 +0300
commite4ddfb1616d0b5d77ff8d49fdb201bf6349a8207 (patch)
treedbcb3baa7e84ce1abcd9d287f713b7c8ccffc9ff /meta-quanta
parent2dab787defcdd089672b56e94b5e63bd6c89af93 (diff)
downloadopenbmc-e4ddfb1616d0b5d77ff8d49fdb201bf6349a8207.tar.xz
meta-quanta: gbs: phosphor-sel-logger: Use packageconfig
This makes it possible for us to change out build specific settings. Change-Id: Ib9ba56a832a035b7ded1bf1aed838db1d91df6bf Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
index 5c28b0435..9bd1ffd04 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
@@ -1,4 +1 @@
-# Enable threshold monitoring
-EXTRA_OECMAKE_append_gbs = "-DSEL_LOGGER_SEND_TO_LOGGING_SERVICE=ON \
- -DSEL_LOGGER_MONITOR_THRESHOLD_ALARM_EVENTS=ON \
- "
+PACKAGECONFIG_append_gbs = " send-to-logger log-alarm"