summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-10-07 00:32:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-10-08 04:47:03 +0300
commit10e5d018fcf567181ab7a2cfe2195c16f7c226ec (patch)
tree4a66ae5db34cb976dd9c095258421137edb5ecb3
parent9ff7193e40b933f81f83057e2db4a6e2e7a606ff (diff)
downloadopenbmc-10e5d018fcf567181ab7a2cfe2195c16f7c226ec.tar.xz
phosphor-nvme: srcrev bump e528b0ae32..bc10c7d65a
Patrick Williams (1): build: switch to C++20 Change-Id: I63f2a692b3321404d88efcfc333d2dd7b3aeb656 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
index 927b3cfd7..878d8b158 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
@@ -15,7 +15,7 @@ DEPENDS += "phosphor-logging"
DEPENDS += "nlohmann-json"
SRC_URI = "git://github.com/openbmc/phosphor-nvme.git;protocol=git"
-SRCREV = "e528b0ae32cbc4c5c7d2595deda1d44d2c1aeb45"
+SRCREV = "bc10c7d65a11d3a22232a6c5ab61cc874f46b8c0"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.nvme.manager.service"