summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2021-10-17 10:27:31 +0300
committerJayanth Othayoth <ojayanth@in.ibm.com>2021-10-20 09:06:55 +0300
commitbbadc7681c8fa0ab9febffb922421b3606022eaf (patch)
tree29b317edbc3f8a6609438e935cb615d0b666a3e0 /meta-openpower
parentd7830ee51690545b19f487dbbdd498a6bdd51a9a (diff)
downloadopenbmc-bbadc7681c8fa0ab9febffb922421b3606022eaf.tar.xz
openpower: guard version bump ..ebb9771055
Chirag Sharma (5): libguard: Adding space check before creating record libguard: Add support for guard record history libguard: Storing oldest resolved record's position libguard: Adding user defined exceptions tool: Changes in options of guard tool Ramesh Iyyar (7): libguard: Throwing exception on create failure libguard: Return created record data libguard: Added helper function to delete guard record libguard: Using helper function to delete guard record libguard: Throwing exception on delete guard record libguard: Added a clear() interface to pass record id libguard: Added a interface to get guard file path Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I54fe14b1ada8cbaa54ea126c63c5ac79fff86ca7
Diffstat (limited to 'meta-openpower')
-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 0d5ff964f..8208a9cbb 100644
--- a/meta-openpower/recipes-bsp/guard/guard_git.bb
+++ b/meta-openpower/recipes-bsp/guard/guard_git.bb
@@ -11,7 +11,7 @@ inherit meson
S = "${WORKDIR}/git"
SRC_URI = "git://git@github.com/open-power/guard;branch="main""
-SRCREV = "87b02b63b64b36a925bec42723d70e0531e93407"
+SRCREV = "ebb9771055a3bb03ed753530870199607559ab63"
DEPENDS = "cli11"