diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2021-09-29 21:30:26 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2021-10-05 01:18:37 +0300 |
commit | b1d062594d2a2184909f524d75fd94a571c353a1 (patch) | |
tree | 842dd9bed56017453ae15845d4957ebe159151a5 | |
parent | 0f0da62f5a014c47fc38f1cbe566176ab996df6d (diff) | |
download | openbmc-b1d062594d2a2184909f524d75fd94a571c353a1.tar.xz |
openpower-hw-diags: srcrev bump 5d63cefcad..734185ae71
Zane Shelley (5):
Prevent duplicate entries in callout list
Bus callout resolution support
Update action for all chiplet and global FIRs
Update actions for FIR on the core target
Update action files for all chiplet local FIRs
Change-Id: I5943cc2b9df72f875456f07ee3590f83359361c2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r-- | meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb b/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb index 3333b8869..be6ff6ca1 100644 --- a/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb +++ b/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb @@ -15,7 +15,7 @@ PR = "r1" PV = "0.1+git${SRCPV}" SRC_URI = "git://github.com/openbmc/openpower-hw-diags" -SRCREV = "5d63cefcada92a8588ab55fb2a741c898cb19a8b" +SRCREV = "734185ae719eca8e184ef2759323023e371bd393" S = "${WORKDIR}/git" |