blob: be7ce9aec655e1766340908231311de7d500995c [file] [log] [blame]
Patrick Venturea689c3b2018-09-20 19:27:13 -07001HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs"
2SUMMARY = "Phosphor OEM IPMI BLOBS Protocol Implementation"
3DESCRIPTION = "This package handles a series of OEM IPMI commands that implement the BLOB protocol for sending and receiving data over IPMI."
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
William A. Kennington III717a0a02021-06-16 12:25:20 -07009inherit meson pkgconfig
Patrick Venturea689c3b2018-09-20 19:27:13 -070010
William A. Kennington III717a0a02021-06-16 12:25:20 -070011DEPENDS += " \
12 ipmi-blob-tool \
13 phosphor-ipmi-host \
14 phosphor-logging \
15 "
Patrick Venturea689c3b2018-09-20 19:27:13 -070016
17S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060018SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs;branch=master;protocol=https"
Andrew Geissler35dadee2021-11-02 06:30:52 +000019SRCREV = "3b89eda93870cdc701481afc7da85de7a033e4a6"
Patrick Venturea689c3b2018-09-20 19:27:13 -070020
Patrick Williams12fc9392021-08-06 09:16:53 -050021FILES:${PN} += "${libdir}/ipmid-providers"
Patrick Venturea689c3b2018-09-20 19:27:13 -070022
Patrick Williamsed104d42021-08-31 13:19:27 -050023EXTRA_OEMESON:append = " \
William A. Kennington III717a0a02021-06-16 12:25:20 -070024 -Dtests=disabled \
25 -Dexamples=false \
26 "