blob: a4a456a351db13f65e04e8c0b7f44ffc253d20ab [file] [log] [blame]
Kun Yi733887b2019-03-08 11:43:27 -08001HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs-binarystore"
2SUMMARY = "BMC Generic Binary Blob Store via OEM IPMI Blob Transport"
3DESCRIPTION = "This package provides a read/write/serialize abstraction for storing binary data through IPMI blobs"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
Andrew Geissler614d30c2022-02-08 23:10:15 +00009inherit meson pkgconfig
Kun Yi733887b2019-03-08 11:43:27 -080010
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "phosphor-ipmi-blobs"
13DEPENDS += "phosphor-logging"
14DEPENDS += "protobuf-native"
15DEPENDS += "protobuf"
16
Andrew Geissler95816502021-11-17 23:20:48 +000017PACKAGECONFIG ??= ""
Andrew Geissler614d30c2022-02-08 23:10:15 +000018PACKAGECONFIG[blobtool] = "-Dblobtool=enabled,-Dblobtool=disabled"
Andrew Geissler95816502021-11-17 23:20:48 +000019
Kun Yi733887b2019-03-08 11:43:27 -080020S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060021SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs-binarystore;branch=master;protocol=https"
Andrew Geissler56ea7f22022-06-09 16:10:28 -050022SRCREV = "62872f5cb38e755a5325a7f4875a053bd357ef1a"
Kun Yi733887b2019-03-08 11:43:27 -080023
Andrew Geissler614d30c2022-02-08 23:10:15 +000024FILES:${PN}:append = " ${libdir}/ipmid-providers"
25FILES:${PN}:append = " ${libdir}/blob-ipmid"
Kun Yi733887b2019-03-08 11:43:27 -080026
27BLOBIPMI_PROVIDER_LIBRARY += "libbinarystore.so"
Brandon Kim29a163a2022-02-16 15:47:22 -080028
29EXTRA_OEMESON:append = " -Dtests=disabled"
30