summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-05-20 01:41:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-05-21 00:42:37 +0300
commit71e516aa68efc81baf59e21080bca6469ebfe624 (patch)
tree0316ec31e769d9dbeadf87317dff857a1aba780a /meta-phosphor
parenta441bd7ffc91809d697c44abe80165e68ca520f4 (diff)
downloadopenbmc-71e516aa68efc81baf59e21080bca6469ebfe624.tar.xz
phosphor-nvme: srcrev bump fdffe5c37f..d5838d1bbb
Brandon Kim (1): Fix implicit includes and follow c++ style cast George Hung (1): Initialize the wctemp/modelNumber of struct NVMeData Change-Id: I78a6018f834718d25f73dd1fdd212be5f3e46333 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 fb4035406..027de2762 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 = "fdffe5c37f0d1feaa90558433f688c3757d2e79a"
+SRCREV = "d5838d1bbb26e9aa7ffc19c4fc57f4ee1237e22a"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.nvme.manager.service"