diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2020-12-15 01:22:05 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2020-12-16 01:31:09 +0300 |
commit | 06a1e2da354ba9eb31d13a68fb864b0d0f3bc71f (patch) | |
tree | 61ddcd1233ac2fa440855f4b51c3ac02dde26186 /meta-openpower | |
parent | c3f1bebfe11365df3c264d63e036484ed7cc3ebe (diff) | |
download | openbmc-06a1e2da354ba9eb31d13a68fb864b0d0f3bc71f.tar.xz |
openpower-proc-control: srcrev bump a257693a63..87266c5973
Jayanth Othayoth (1):
Execute proc-pre-poweroff after proc stop instruction
(From meta-openpower rev: f85e69b2b87894c4b3666c281dc38242e5c37a30)
Change-Id: I009587fad12567b2acc3bd10809dba664f846540
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower')
-rw-r--r-- | meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb index 404cad95f..5753b53ed 100644 --- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb +++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb @@ -11,7 +11,7 @@ inherit autotools obmc-phosphor-utils pkgconfig inherit systemd SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "a257693a639a33a7ec1f6dbe8ddf5f969b6b8d39" +SRCREV = "87266c597307175d3f821abe46a98e70144e4a2b" DEPENDS += " \ autoconf-archive-native \ |