commit | 2dab787defcdd089672b56e94b5e63bd6c89af93 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jul 29 18:28:58 2021 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 30 13:06:34 2021 +0000 |
tree | 2742f4b5d36024d4740dba6abcb1b2281240e705 | |
parent | 220ffaf1f2498b128808e05aea53190b20582593 [diff] [blame] |
meta-amd: phosphor-sel-logger: Use packageconfig This makes it possible for us to change out build specific settings. Change-Id: Idf3643556f7cf134841043d955a5ee057906fba6 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-amd/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend b/meta-amd/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend index 4948cb4..ac98c7c 100644 --- a/meta-amd/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend +++ b/meta-amd/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
@@ -1,3 +1 @@ -# Enable threshold monitoring -EXTRA_OECMAKE += "-DSEL_LOGGER_MONITOR_THRESHOLD_EVENTS=ON" -EXTRA_OECMAKE += "-DREDFISH_LOG_MONITOR_PULSE_EVENTS=ON" +PACKAGECONFIG_append = " log-threshold log-pulse"