summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamesh Iyyar <rameshi1@in.ibm.com>2022-02-18 12:09:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-02-21 22:25:34 +0300
commit89fe74e58c757124e1f86bcde8cde25bc628e1ca (patch)
tree5b9d978ea72c65f47534fa54acda792bed0674e0
parentd57a5fb5d687e7bdda1a21b23e6aa2119312dcb6 (diff)
downloadopenbmc-89fe74e58c757124e1f86bcde8cde25bc628e1ca.tar.xz
meta-openpower: guard: Bumped 963d4f8..c5fcfb5
In this patch bumped the guard with below patches. SRCREV: 963d4f8..c5fcfb5 - Ramesh Iyyar (5): libguard: Skip to use existing ephemeral records slot to override guard: Use record id instead of the physical path to invalidate README: Updated guard -i option libguard: Overwrite Manual record by either Fatal or Predictive libguard: Overwrite Predictive record by Fatal Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I5697a9d58e6fea50f7488bb167513ebc12234622
-rw-r--r--meta-openpower/recipes-bsp/guard/guard_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-bsp/guard/guard_git.bb b/meta-openpower/recipes-bsp/guard/guard_git.bb
index c85f1328b8..9c236dd0c0 100644
--- a/meta-openpower/recipes-bsp/guard/guard_git.bb
+++ b/meta-openpower/recipes-bsp/guard/guard_git.bb
@@ -11,7 +11,7 @@ inherit pkgconfig meson
S = "${WORKDIR}/git"
SRC_URI = "git://git@github.com/open-power/guard;branch="main";protocol=https"
-SRCREV = "963d4f8c6b3b118ca1d9bd9fe48440701d3da180"
+SRCREV = "c5fcfb51e4fd51bc9adf11ca41e67c490d6a8cf7"
DEPENDS = "cli11"