commit | 06d4ce1d8a650d0fda0fcf8d326a8bc79dfba038 | [log] [tgz] |
---|---|---|
author | Charles Boyer <Charles.Boyer@fii-usa.com> | Fri Aug 27 16:52:59 2021 -0500 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Thu Sep 09 21:45:00 2021 +0000 |
tree | b3b9924aa4d5ea336110ccd0703ae0b0f84e752c | |
parent | d8e623e42d56b1b428afc168e5e835bbb4fbbe33 [diff] |
meta-fii/meta-kudo: Select clears-sel option This will select the option within phosphor-sel-logger to clear the IPMI SEL through its Clear method. Then there will not be a Record ID sync issue from the clear of SEL and adding new entries. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: I4ba21237b2726254b2a427d9bc26469c5267b565
diff --git a/meta-fii/meta-kudo/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend b/meta-fii/meta-kudo/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend index 844a25b..9b203e7 100644 --- a/meta-fii/meta-kudo/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend +++ b/meta-fii/meta-kudo/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
@@ -1,2 +1,2 @@ # Enable threshold, pulse, and watchdog monitoring -PACKAGECONFIG:append:kudo = " log-threshold log-pulse log-watchdog" +PACKAGECONFIG:append:kudo = " log-threshold log-pulse log-watchdog clears-sel"