summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-x86/peci-pcie
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-06 22:50:15 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-09 17:23:26 +0300
commitb8da6568d2c7a20d47898e5207e165d30b78256d (patch)
tree035d5a0c5a037b935c0626c20995e2af68c0fc80 /meta-phosphor/recipes-x86/peci-pcie
parent54023bf5467183cd00ba83351f7543c7eea3e5d9 (diff)
downloadopenbmc-b8da6568d2c7a20d47898e5207e165d30b78256d.tar.xz
peci-pcie: srcrev bump 60c8c917f6..b08723d7ce
Paul Fertser (3): Guard against concurrent scan Abort the scan on errors Try up to 15 times in case of timeouts Change-Id: Ibd6108eb9b6a2927a4e842c965f7bf3cee3d5b8d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-x86/peci-pcie')
-rw-r--r--meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb b/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
index a53c4af017..eda7124fdc 100644
--- a/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
+++ b/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
@@ -4,7 +4,7 @@ and provides it on D-Bus"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
DEPENDS = "boost sdbusplus libpeci"
-SRCREV = "60c8c917f65e78163a334db6babc8ff149c1476c"
+SRCREV = "b08723d7ce4843c1604abaaa9d18ff4e0461e033"
PV = "0.1+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"