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.
(From meta-facebook rev: d52ec1d0da9d56694fcefe591786e35700d9166d)
Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
Change-Id: Ie78388ab3456ad9c3b96755eba55a6235d254b85
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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 07ed884..b1308a6 100755
--- a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
+++ b/meta-facebook/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"