summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-fb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-07-13 20:10:17 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-07-19 01:00:10 +0300
commitdfd85f44ae6d612aa7ddc098c6b523b45810eebf (patch)
treedb64067ae451676090e5931f6c48d5901e5aac07 /meta-facebook/recipes-fb
parent036d1d1dcc3d3f7b64bea8da9eb37102630649bc (diff)
downloadopenbmc-dfd85f44ae6d612aa7ddc098c6b523b45810eebf.tar.xz
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>
Diffstat (limited to 'meta-facebook/recipes-fb')
-rwxr-xr-xmeta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb6
1 files changed, 3 insertions, 3 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 02e42aa738..b7618a1e93 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 @@ LICENSE = "Apache-2.0"
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 @@ DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd "
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"