summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-04-07 23:30:13 +0300
committerWilliam A. Kennington III <wak@google.com>2022-04-16 03:22:41 +0300
commit1e9d916dbaacef00067a70014ded9783b5aa9d93 (patch)
treee8d54e2c25310cd3abe852fe721cd5cfc8a9f5f6 /meta-google
parentd7d99932f580a6f0320146c96808da6334cda6ec (diff)
downloadopenbmc-1e9d916dbaacef00067a70014ded9783b5aa9d93.tar.xz
google-ipmi-sys: srcrev bump 4f0d1de67e..0e22d32a85
William A. Kennington III (1): systemd: Handle PSU delay globally Change-Id: Ia80f0c4f230cc08e4344c2b53acdb6ffb1d2dbef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb4
1 files changed, 3 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 09ec8d8a68..1e6fd14527 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -19,7 +19,7 @@ DEPENDS += " \
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/google-ipmi-sys;branch=master;protocol=https"
-SRCREV = "4f0d1de67e310404c93c0b4266f936850890b036"
+SRCREV = "0e22d32a8547fd5ad20e975a53ded16a33015ad2"
FILES:${PN} += "${libdir}/ipmid-providers"
@@ -27,6 +27,8 @@ SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} += " \
gbmc-host-poweroff.target \
gbmc-psu-hardreset.target \
+ gbmc-psu-hardreset-pre.target \
+ gbmc-psu-hardreset-time.service \
"
EXTRA_OEMESON += "-Dtests=disabled"