nvmed: Update SRCREV c310c4..60c8e5f4

Hao Jiang (30):
      unitest: update the setup.sh for test environment
      NVMe: Add NVMeCache
      NVMeCache: Handles immediate_execution_queue
      NVMeCache: enhance with executingTask
      NVMeCache: unitest: add the second half for concurrency test
      unitest: Add time scaler for nvme_cache test
      NVMeCache: simplify the cache inherence
      MetricStore: Complete the MetricStore class
      NVMeCache: update interface definition
      NVMeCache: handles empty callbacks
      NVMeController: add NVMe Cache implementation of SMART
      NVMeMetricStore: handles MetricUpdated signal
      NVMeSubsystem: instantiate the scheduler for Metric
      NVMeCache: make the return of getCache() const
      NVMeCacheImpl: implement the getCache() function
      NVMeMiFake: bug fix for unsupported log page
      unitest: mi test: suppress uninteresting mock function call
      NVMeCache: Add implementation for other logs
      NVMeCache: Add implementation for Identify Metric
      NVMeVolume: Instantiate Identify Metric
      NVMe: adding NVMeCache and NVMeMetricStore to plugin headers
      NVMePlugin: Add VU metric
      NVMeCache: move the completion callback into MetricStore
      NVMeFake: add fake implementation for namespace
      NVMe Metric: refresh for every 60 second
      NVMeMetric: MetricStore constructor allows empty Metric
      NVMeMetric: Enable NVMe Metric only for primary controllers
      NVMeController: record the config data
      NVMeMetric: disable HostInit log for OCP boot drives
      NVMeCache: fix IdentifyMetric for namespace

Harsh Tyagi (2):
      Add the Dbus Metric Store Dbus Interface
      Add Dbus Metric Store Dbus handlers

Muhammad Usama (1):
      nvmed: pin the phosphor-dbus-interface revision

Tested: N/A
Fusion-Link: fusion2 link in Comment
Google-Bug-Id: 411495657
Change-Id: Iaeabba1d6575eb530fe0384218157e474406e9f4
Signed-off-by: Munawar Hussain <munawarhussain@google.com>
diff --git a/recipes-google/nvme/nvmed.bb b/recipes-google/nvme/nvmed.bb
index 88d5069..734d7f1 100644
--- a/recipes-google/nvme/nvmed.bb
+++ b/recipes-google/nvme/nvmed.bb
@@ -19,7 +19,7 @@
 
 # Modify these as desired
 PV = "1.0+git"
-SRCREV = "c310c4ce65bf1893d46d07d8937fca9e5d3b6292"
+SRCREV = "60c8e5f4d548c2886dbe702d8df37c940cd3cbce"
 
 S = "${WORKDIR}/git"