summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/sensors
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-08-08 00:01:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-08-09 00:43:47 +0300
commit2e64debc5d1fcb7f41bd5235b4b992cd8c926301 (patch)
tree18a57cfdb73e162b757aa6cc325409559892cfc1 /meta-phosphor/recipes-phosphor/sensors
parent144392f3185113541f894a899914f28c8247b374 (diff)
downloadopenbmc-2e64debc5d1fcb7f41bd5235b4b992cd8c926301.tar.xz
phosphor-nvme: srcrev bump be3439961f..31c3a2f7c9
George Hung (1): Filter meaningless characters for reading NVMe model name Change-Id: Ia234010e85a4b5c965e925f95a6a89a205c1a95f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/sensors')
-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 235ac42be..b09466f0a 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 = "be3439961f5aedbff56d30bae4cd64b02e6125ae"
+SRCREV = "31c3a2f7c993bb5e3fbeb9b624dbd135a204ef50"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.nvme.manager.service"