entity-manager: srcrev bump e35d0acb7e..86022017ea

Andrew Jeffery (29):
      EntityManager: Rename findJsonFiles() to loadConfigurations()
      EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse
      EntityManager: Rename BasicVariantType to DBusValueVariant
      EntityManager: Remove dead ManagedObjectType definition
      EntityManager: Make MapperGetSubTreeResponse type comprehensible
      PerformScan: All interfaces on a path is an object
      PerformScan: Remove redundant early-return
      PerformScan: Extract processDbusObjects()
      PerformScan: Eliminate interfaceConnections
      PerformScan: Introduce DBusInterfaceInstance
      PerformScan: Clean up timer declarations using auto
      PerformScan: Make registerCallback() static
      PerformScan: Clean up whitespace in registerCallback()
      PerformScan: Eliminate else-after-return in getRecordName()
      PerformScan: Unwrap comments in getRecordName()
      PerformScan: Only hash if we're not debugging in getRecordName()
      PerformScan: Eliminate duplicate type check in run()
      Utils: Continue early in templateCharReplace() to avoid indentation
      Utils: Destructure interface properties in templateCharReplace()
      Utils: `templateChar + propName` is `templateName`
      Utils: Declare mathChars and nextItemIdx where they're used
      Utils: Break out expression parsing and evaluation
      Utils: Extract expression evaluation loop to Expression.cpp
      Utils: std::stoul() converts numbers in base 10 too
      Utils: Simplify 'replaced' loop exit in templateCharReplace()
      Expression: evaluate adjusts the end iterator to the end
      Utils: Drop redundant iteration guard
      Utils: Use consistent style in expression reconstruction
      Utils: Move result definition to where it's used

Jae Hyun Yoo (1):
      Add 24C04, 24C08, 24C16, 24C32, 24C128 and 24C256 EEPROMs

Change-Id: Ib1765849e99873b297e887d2d41f61a9248e5b54
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index e39de2f..594e0cb 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -5,7 +5,7 @@
 SRC_URI = "git://github.com/openbmc/entity-manager.git;branch=master;protocol=https \
            file://blocklist.json \
           "
-SRCREV = "e35d0acb7ee1eca993964fec39ca04e4ebc96ce1"
+SRCREV = "86022017ea2e7d50383c839da0725a1f30a54311"
 PV = "0.1+git${SRCPV}"
 
 LICENSE = "Apache-2.0"