google-ipmi-sys: srcrev bump 6667a646bf..ba32fe4e25

Patrick Venture (15):
      add handler logic to handle SysGetEthDevice
      makefile: adjust alignment
      add handler logic to handle SysCableCheck
      add handler logic to handle SysCpldVersion
      add handler logic to handle SysPsuHardReset
      entity_name: cleanup headers
      add handler logic to handle SysEntityName
      handler: delete extra namespace alias
      entityName: move pieces into handler object
      util: move read_file to readPropertyFile
      util: add i2c->pcie map build method
      pcie_i2c: cleanup headers
      add handler logic to handle i2c pcie commands
      style change: lowerCamel
      build: enable valgrind

(From meta-google rev: 88c4cc0c3cf4774a37361529db9385fe5b437f7e)

Change-Id: I00b32fc4201a5e1eb22c99b0988f7278e50f5e44
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
index 3c0ef6a..5277670 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -18,7 +18,7 @@
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/google-ipmi-sys"
-SRCREV = "6667a646bff33fdd22e69363e2313e2e61e10e53"
+SRCREV = "ba32fe4e25329f90bc8ab3d2e554dfe8615998d2"
 
 FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
 FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"