meta-facebook: yosemitev2: Add flag to include BIC files for Yv2 in fb-ipmi-oem.

Added flag to store machine info for including and compiling BIC files for
yosemitev2 alone if machine or platform as yosemitev2 in fb-ipmi-oem
cmake file.

TESTED : Built Facebook YosemiteV2 images and loaded on
the target hardware. We are able to see BIC releated files included
for compilation, BIC request and response sent successfully.

Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
Change-Id: Ida4c9a2e21081e9592098267f739191c832a3e90
diff --git a/recipes-fb/ipmi/fb-ipmi-oem_git.bb b/recipes-fb/ipmi/fb-ipmi-oem_git.bb
index 07ed884..b1308a6 100755
--- a/recipes-fb/ipmi/fb-ipmi-oem_git.bb
+++ b/recipes-fb/ipmi/fb-ipmi-oem_git.bb
@@ -15,6 +15,7 @@
 inherit cmake obmc-phosphor-ipmiprovider-symlink
 
 EXTRA_OECMAKE="-DENABLE_TEST=0 -DYOCTO=1"
+EXTRA_OECMAKE_append_yosemitev2 = " -DBIC=1"
 
 LIBRARY_NAMES = "libzfboemcmds.so"