blob: 01b1794b589acd70589bce59fc20556232c7eba3 [file] [log] [blame]
Kun Yi733887b2019-03-08 11:43:27 -08001SUMMARY = "BMC Generic Binary Blob Store via OEM IPMI Blob Transport"
2DESCRIPTION = "This package provides a read/write/serialize abstraction for storing binary data through IPMI blobs"
Ed Tanous9936f862022-09-19 09:13:20 -07003HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs-binarystore"
Kun Yi733887b2019-03-08 11:43:27 -08004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Kun Yi733887b2019-03-08 11:43:27 -08006DEPENDS += "autoconf-archive-native"
7DEPENDS += "phosphor-ipmi-blobs"
8DEPENDS += "phosphor-logging"
9DEPENDS += "protobuf-native"
10DEPENDS += "protobuf"
Ed Tanous9936f862022-09-19 09:13:20 -070011SRCREV = "62872f5cb38e755a5325a7f4875a053bd357ef1a"
Andrew Geissler95816502021-11-17 23:20:48 +000012PACKAGECONFIG ??= ""
Andrew Geissler614d30c2022-02-08 23:10:15 +000013PACKAGECONFIG[blobtool] = "-Dblobtool=enabled,-Dblobtool=disabled"
Ed Tanous9936f862022-09-19 09:13:20 -070014PV = "1.0+git${SRCPV}"
15PR = "r1"
16
17SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs-binarystore;branch=master;protocol=https"
Andrew Geissler95816502021-11-17 23:20:48 +000018
Kun Yi733887b2019-03-08 11:43:27 -080019S = "${WORKDIR}/git"
Ed Tanous9936f862022-09-19 09:13:20 -070020
21inherit meson pkgconfig
22
23EXTRA_OEMESON:append = " -Dtests=disabled"
Kun Yi733887b2019-03-08 11:43:27 -080024
Andrew Geissler614d30c2022-02-08 23:10:15 +000025FILES:${PN}:append = " ${libdir}/ipmid-providers"
26FILES:${PN}:append = " ${libdir}/blob-ipmid"
Kun Yi733887b2019-03-08 11:43:27 -080027
28BLOBIPMI_PROVIDER_LIBRARY += "libbinarystore.so"