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
diff --git a/meta-openpower/recipes-bsp/guard/guard_git.bb b/meta-openpower/recipes-bsp/guard/guard_git.bb
index 0d5ff96..8208a9c 100644
--- a/meta-openpower/recipes-bsp/guard/guard_git.bb
+++ b/meta-openpower/recipes-bsp/guard/guard_git.bb
@@ -11,7 +11,7 @@
S = "${WORKDIR}/git"
SRC_URI = "git://git@github.com/open-power/guard;branch="main""
-SRCREV = "87b02b63b64b36a925bec42723d70e0531e93407"
+SRCREV = "ebb9771055a3bb03ed753530870199607559ab63"
DEPENDS = "cli11"