commit | 4de43fcc1806f02812ae3e1cce596ddf7d9d778f | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Thu Jan 05 15:50:31 2023 -0600 |
committer | Andrew Geissler <andrew@geissonator.com> | Mon Jan 09 14:21:26 2023 +0000 |
tree | 6647aeb0d372fed01e4cc8484ce92c0ca88d69ed | |
parent | 7503b441052575d49568f80c236a228edc8d2aae [diff] |
phosphor-bmc-code-mgmt: srcrev bump 780c930e24..87c5b5bdfa Lakshmi Yadlapati (1): u-boot mirroring support moni kumar (1): Removed reset of the interface ActivationProgress Change-Id: Ia817b6af5e0b2ef3312e5b05c05ca0a38d4f39de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
diff --git a/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass b/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass index 0590a83..821faef 100644 --- a/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass +++ b/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
@@ -20,4 +20,5 @@ obmc-flash-mmc-setprimary@.service \ obmc-flash-mmc-mount.service \ obmc-flash-mmc-umount.service \ + obmc-flash-mmc-mirroruboot.service \ "
diff --git a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc index 2763430..ee8885c 100644 --- a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc +++ b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc
@@ -2,4 +2,4 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt;branch=master;protocol=https" -SRCREV = "780c930e242eb1e5c69dfcd69c96c9e6ca0b54cf" +SRCREV = "87c5b5bdfabea3739c261c311d21a9e855a6534d"