summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorRamesh Iyyar <rameshi1@in.ibm.com>2022-03-30 17:07:57 +0300
committerRamesh Iyyar <rameshi1@in.ibm.com>2022-04-19 15:22:26 +0300
commit10cbfd83f1712eada1e4761870167e3b9f9439fd (patch)
tree3acf43bc5a96ab2b23b55eee9cd8a728a5fb1a24 /meta-openpower
parent08791e858b67949ef7715139e357bee9c3560e05 (diff)
downloadopenbmc-10cbfd83f1712eada1e4761870167e3b9f9439fd.tar.xz
meta-openpower: guard: srcrev bump dd856b9001..ad1b504b12
Ramesh Iyyar (8): libguard: Don't read a record if enough size is not available libguard: Fix, the guard file is not full, there is one empty slot libguard: Added type string value for the GARD_Sticky_deconfig libguard: Added a "isEphemeralType" interface libguard: Use "isEphemeralType" interface instead of custom check guard: Added helper function to print header and record guard: Added hidden option to display ephemeral records libguard: Return "unknown" with guard type instead of "nullopt" Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I07773b42f41b578a5db1869fcebd2f1e824c436a
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 9f29ab9f50..0577338478 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 = "dd856b90015c7ef79685d8f32706a967bd411d97"
+SRCREV = "ad1b504b12c71b6f58988d919cb927d66bcbbae0"
DEPENDS = "cli11"