summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-05-18 00:30:52 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-20 19:23:21 +0300
commitd851626f8b40842d5d8ba1cd30e74ab472ab3d2e (patch)
tree1d483c562f6b9c6fabb4b7e98ecf171b0f7aac28
parentce8a1550574ab26213d2ffacfbb2dd47fb50bae5 (diff)
downloadopenbmc-d851626f8b40842d5d8ba1cd30e74ab472ab3d2e.tar.xz
intel-ipmi-oem: srcrev bump be560b09e9..dc24927f86
James Feist (2): Update min and max values to thresholds if needed Sensor List: Replace Input / Output with In / Out Jason M. Bills (2): Use syslog for the IPMI SEL commands Update FW Update command to new Redfish message format Qiang XU (1): Add OEM IPMI commands to query node ID and node presence Richard Marian Thomaiyar (1): Add support for Read Base Board Product ID (From meta-intel rev: f1430c3e89ef52eece97da744cf99b780eb991f4) Change-Id: I16a24da5ad6db7a3b5edd19a2ad073a700623377 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rwxr-xr-xmeta-intel/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb b/meta-intel/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
index 1bcec8866..07e504776 100755
--- a/meta-intel/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
+++ b/meta-intel/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6a4edad4aed50f39a66d098d74b265b"
SRC_URI = "git://github.com/openbmc/intel-ipmi-oem"
-SRCREV = "be560b09e9df9e2a2112630ba65b81dff7d6e74e"
+SRCREV = "dc24927f86477ebd26d81714699b69664f6df77d"
S = "${WORKDIR}/git"
PV = "0.1+git${SRCPV}"