commit | 49c4e4a7e02a7080a2ddcbe5ef5756b9a58b073f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jul 29 18:27:08 2021 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 30 13:06:34 2021 +0000 |
tree | 8c23bd560dfd6accebeb3f75fcac4a830fe59439 | |
parent | f19c599e6bc1acd1f5b109369cca849cd61ab5ec [diff] |
meta-intel-openbmc: phosphor-sel-logger: Use packageconfig This makes it possible for us to change out build specific settings. Change-Id: I5381937cf0593411f517c86d9160b2ee2a9dc067 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend b/meta-intel-openbmc/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend index 3e769e1..c7e2194 100644 --- a/meta-intel-openbmc/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend +++ b/meta-intel-openbmc/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
@@ -1,2 +1 @@ -# Enable threshold monitoring -EXTRA_OECMAKE_intel += "-DSEL_LOGGER_MONITOR_THRESHOLD_EVENTS=ON" +PACKAGECONFIG_append_intel = " log-threshold"