summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorHieu Huynh <hieuh@os.amperecomputing.com>2022-08-03 10:16:33 +0300
committerHieu Huynh <hieuh@os.amperecomputing.com>2022-08-09 07:43:13 +0300
commit37f23d826e8ed1e3f3cff883b5f9f61f30b8380a (patch)
tree8c93ceb4b44f1e42c35199d8efbfd71749138ca7 /meta-ampere
parentb164200092892a85dcf53a73e3bb56050da29834 (diff)
downloadopenbmc-37f23d826e8ed1e3f3cff883b5f9f61f30b8380a.tar.xz
meta-ampere: ampere-ipmi-oem: convert cmake to meson
Change build option from cmake to meson as the ampere-ipmi-oem repository already changed to meson build. Tested: - Support Get System Interface Capabilities command - Support Clear Message Flags command - Support IPMI Sync RTC time to BMC command Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Ibf9036145069f5867849222c9925720f2c19e00f
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb b/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb
index baeb506d12..55b866ff4c 100644
--- a/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb
+++ b/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb
@@ -6,11 +6,9 @@ S = "${WORKDIR}"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd libgpiod"
+DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd"
-inherit cmake pkgconfig obmc-phosphor-ipmiprovider-symlink
-
-EXTRA_OECMAKE="-DENABLE_TEST=0 -DYOCTO=1"
+inherit meson pkgconfig obmc-phosphor-ipmiprovider-symlink
LIBRARY_NAMES = "libzampoemcmds.so"