summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonico Eustaquio <jonico.eustaquio@fii-na.com>2024-04-24 18:49:56 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-06-28 00:13:28 +0300
commitb6eb21ffcab980e06cbb8cf11fd3f0b8b41c0dae (patch)
treee674c035816af5f7aacf603b4103f06ae621aadd
parent0931b60dae711709d6cce45e1b79b5357ad6e20a (diff)
downloadopenbmc-b6eb21ffcab980e06cbb8cf11fd3f0b8b41c0dae.tar.xz
phosphor-sel-logger: add sel-delete PACKAGECONFIG
This option will enable phosphor-sel-logger to delete SEL entries. It will also change the way that the next SEL record to be used is determined if it is enabled. Change-Id: I5177cced0b76cf32e2cdbf3e0952be666a01322f Signed-off-by: Jonico Eustaquio <jonico.eustaquio@fii-na.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb b/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb
index f63ee612f6..67b1ae24af 100644
--- a/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb
+++ b/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb
@@ -22,6 +22,7 @@ PACKAGECONFIG[log-watchdog] = "-Dlog-watchdog=true,-Dlog-watchdog=false,"
PACKAGECONFIG[log-alarm] = "-Dlog-alarm=true,-Dlog-alarm=false,"
PACKAGECONFIG[log-host] = "-Dlog-host=true,-Dlog-host=false,"
PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=true,-Dsend-to-logger=false,phosphor-logging"
+PACKAGECONFIG[sel-delete] = "-Dsel-delete=true,-Dsel-delete=false"
PV = "0.1+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/phosphor-sel-logger.git;protocol=https;branch=master"