summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/ipmi
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-08-13 23:50:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-09 02:40:46 +0300
commitdcdb4dbd7878fe0a8a962f9291000cc936c1da70 (patch)
tree4fa0c01cd003acb4c47bac9f228986e01c83890d /meta-google/recipes-google/ipmi
parent13c08704ef96434c96c06697b0a2965a2e364655 (diff)
downloadopenbmc-dcdb4dbd7878fe0a8a962f9291000cc936c1da70.tar.xz
google-ipmi-sys: srcrev bump cc53c847f1..6d50744c31
Patrick Venture (7): split out handler implementation from interface move handler specific method to implementation pcie_i2c: drop unused util header add missing headers to handler mock move implementation to ipmi file split the commands out drop unused header: handler_ipml William A. Kennington III (1): handler: Add more entity IDs (From meta-google rev: 71e79814c908b52061d7c4ab51e0d41bcff5deaa) Change-Id: I89e28f1e3821871a1a354423a45f97b851acc304 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-google/recipes-google/ipmi')
-rw-r--r--meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
index 96cf6f6c4..fadfbba4f 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -18,7 +18,7 @@ DEPENDS += "nlohmann-json"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/google-ipmi-sys"
-SRCREV = "cc53c847f14dd843bd7a7488822c1af52a5add11"
+SRCREV = "6d50744c312592135c45d06c8177863eefdef4a3"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"