blob: 3000c1909863af5a5927f3f5d919f95e0aa65507 [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 Geissler614d30c2022-02-08 23:10:15 +000022SRCREV = "b988dbb128f2608a69469908430dd8bbd976fb2c"
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"