summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-07-25 07:50:09 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2022-07-26 00:55:54 +0300
commit441aafbfe31d4499929b4f5389035406564b4d0d (patch)
treef312c5885c067203ea3a14689dbfffb64f813bc1 /meta-intel-openbmc/meta-common
parent514ffc0f6cee2e7664b58f90f6803532ec8e527f (diff)
downloadopenbmc-441aafbfe31d4499929b4f5389035406564b4d0d.tar.xz
intel-ipmi-oem: srcrev bump 429b085783..0ee33db0c9
Jayaprakash Mutyala (1): Conditionally clear watchdog pre-timeout interrupt Jiaqing Zhao (1): bmccontrolservices: Use service name for matching Matt Simmering (1): biosConfigCommands: Add check for invalid paramSel Mike Jones (1): Fix return code ipmiGetSetFirmwareUpdateControl Patrick Williams (1): OWNERS: switch 'matches' to 'matchers' Vernon Mauery (1): fix external dependency for ci build Zhikui Ren (3): sensorcommands: handle NaN in threshold interface Fix build issue Detect Write Protect when programming MAC address Change-Id: I61c39b9f03ee509785bc7153d5e7d82628458fb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-intel-openbmc/meta-common')
-rwxr-xr-xmeta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
index 281aa2b7fe..04ef27110b 100755
--- a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
+++ b/meta-intel-openbmc/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;branch=master;protocol=https"
-SRCREV = "429b085783f258da89d5c5b2979ba7030aef4d2b"
+SRCREV = "0ee33db0c92f5fdd68fb73837e3b1936f36a8623"
S = "${WORKDIR}/git"
PV = "0.1+git${SRCPV}"