fb-ipmi-oem: srcrev bump 17bd2eabd1..6d9e9a7539

Jayashree Dhanapal (1):
      Refactored code to support INSTANCES as string

Karthikeyan Pasupathi (2):
      meta-facebook: Refactored config file for meson.
      yosemitev2:Multi-host DIMM info displayed in OCP debug card

Patrick Williams (1):
      fix build failure

Also switched from EXTRA_OECMAKE to EXTRA_OEMESON in bb file.

Change-Id: I8bd045ded7f2d482d559b770a980dbc8e146075f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
index 02e42aa..b7618a1 100755
--- a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
+++ b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
@@ -5,7 +5,7 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9e69ba356fa59848ffd865152a3ccc13"
 
 SRC_URI = "git://github.com/openbmc/fb-ipmi-oem;branch=master;protocol=https"
-SRCREV = "17bd2eabd11366185ff6c23a0300302da9f87229"
+SRCREV = "6d9e9a753908af9f045556fccf115be65a57ad0a"
 
 S = "${WORKDIR}/git"
 PV = "0.1+git${SRCPV}"
@@ -14,8 +14,8 @@
 
 inherit meson pkgconfig obmc-phosphor-ipmiprovider-symlink
 
-EXTRA_OECMAKE="-Dtests=0 -Dbic=0 -Dhost-instances='${OBMC_HOST_INSTANCES}'"
-EXTRA_OECMAKE:remove:yosemitev2 = "-Dbic=0"
+EXTRA_OEMESON="-Dtests=disabled -Dbic=enabled -Dhost-instances='${OBMC_HOST_INSTANCES}'"
+EXTRA_OEMESON:remove:yosemitev2 = "-Dbic=enabled"
 
 LIBRARY_NAMES = "libzfboemcmds.so"