summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-fb
diff options
context:
space:
mode:
authorKumar Thangavel <thangavel.k@hcl.com>2020-06-16 20:13:39 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-05 04:21:09 +0300
commitd680b4a582f6757f9a7921c2eb73f3e61550be60 (patch)
tree8720025d56e41a00878f29f8fe88e7c82c7eb6a3 /meta-facebook/recipes-fb
parentc5792d9c13164145ffa3a67127e9cc4a58c01d33 (diff)
downloadopenbmc-d680b4a582f6757f9a7921c2eb73f3e61550be60.tar.xz
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>
Diffstat (limited to 'meta-facebook/recipes-fb')
-rwxr-xr-xmeta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb1
1 files changed, 1 insertions, 0 deletions
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 07ed88417..b1308a661 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 @@ DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd "
inherit cmake obmc-phosphor-ipmiprovider-symlink
EXTRA_OECMAKE="-DENABLE_TEST=0 -DYOCTO=1"
+EXTRA_OECMAKE_append_yosemitev2 = " -DBIC=1"
LIBRARY_NAMES = "libzfboemcmds.so"