summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-05-12 13:56:02 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-31 17:08:14 +0300
commit15854a544b13d6bf945482b299a42cb959588879 (patch)
tree02e485c8da8baa72851d98d443e83bba0df60e63 /meta-quanta/meta-gbs
parent7e8cdc31c10c1b443063075e5ab6705c378e8ab1 (diff)
downloadopenbmc-15854a544b13d6bf945482b299a42cb959588879.tar.xz
meta-quanta: gbs: add sel-logger
Add sel-logger for IPMI SEL log (From meta-quanta rev: 382efcfa85932abce877e6a7e268dac7f5362246) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Iadc7cd5edef57aa0875c146935ad85129525f668 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 000000000..e0f8e08aa
--- /dev/null
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend
@@ -0,0 +1,5 @@
+SRC_URI_gbs := "git://github.com/quanta-bmc/phosphor-sel-logger.git"
+SRCREV_gbs := "6ded68355db28958836aedb40c0d4780d84d2b43"
+
+# Enable threshold monitoring
+EXTRA_OECMAKE_append_gbs = "-DSEL_LOGGER_MONITOR_THRESHOLD_EVENTS=ON"