blob: fea06cfd7a0f3ed2f4d65543ee5d17811b13384d [file] [log] [blame]
Patrick Venturea689c3b2018-09-20 19:27:13 -07001SUMMARY = "Phosphor OEM IPMI BLOBS Protocol Implementation"
2DESCRIPTION = "This package handles a series of OEM IPMI commands that implement the BLOB protocol for sending and receiving data over IPMI."
Ed Tanous9936f862022-09-19 09:13:20 -07003HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs"
Patrick Venturea689c3b2018-09-20 19:27:13 -07004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
William A. Kennington III717a0a02021-06-16 12:25:20 -07006DEPENDS += " \
7 ipmi-blob-tool \
8 phosphor-ipmi-host \
9 phosphor-logging \
10 "
Ed Tanous9936f862022-09-19 09:13:20 -070011SRCREV = "83f9992cc60dedb6a2a964a733fd35c89c8a0cfa"
12PV = "0.1+git${SRCPV}"
13PR = "r1"
14
15SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs;branch=master;protocol=https"
Patrick Venturea689c3b2018-09-20 19:27:13 -070016
17S = "${WORKDIR}/git"
Patrick Venturea689c3b2018-09-20 19:27:13 -070018
Ed Tanous9936f862022-09-19 09:13:20 -070019inherit meson pkgconfig
Patrick Venturea689c3b2018-09-20 19:27:13 -070020
Patrick Williamsed104d42021-08-31 13:19:27 -050021EXTRA_OEMESON:append = " \
William A. Kennington III717a0a02021-06-16 12:25:20 -070022 -Dtests=disabled \
23 -Dexamples=false \
24 "
Ed Tanous9936f862022-09-19 09:13:20 -070025
26FILES:${PN} += "${libdir}/ipmid-providers"