bmcweb: srcrev bump f8ca6d7939..c1c7b94bf8

Andrew Geissler (1):
      chassis: consistently log error on internal fails

AppaRao Puli (1):
      Input parameter validation for Event Subscription

Ed Tanous (6):
      Replace atoi
      Rename option and enable it by default
      Simplify obmc console buffers
      Update base registries
      Server-sent-event fixes
      Remove duplicated stringValueTooLong

Myung Bae (2):
      Fix NotFound Sensors to report as 404
      Fix bmcweb coredump by Non-existent PCIeFunctionId

Ninad Palsule (2):
      Introduce ConsoleHandler class under obmc_console
      Disabled processor and memory summary status

V-Sanjana (1):
      Add Server-Sent-Event support

Willy Tu (1):
      health: Add option to disable health-populate

Change-Id: If63d8d231eb2551ec9e47a32878df36c7b9c03e5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 657f4b6..287fa03 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "f8ca6d79390b7f7fac5dbb82635dd6384810c668"
+SRCREV = "c1c7b94bf8327a20ccce4f628c9b43c75db2023a"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"