blob: 93631b0ac29a3bb74656750ca3d1e6e1253c1ce1 [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"
Andrew Geissler03cbad72023-11-09 07:30:23 -060011SRCREV = "7f10780928ba5db439282f9306e255d07783f20e"
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
Michael Shene69b54f2023-12-06 08:10:21 +000021inherit meson pkgconfig systemd
22
23SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'blobtool', 'binarystore-migration.service', '', d)}"
Ed Tanous9936f862022-09-19 09:13:20 -070024
25EXTRA_OEMESON:append = " -Dtests=disabled"
Kun Yi733887b2019-03-08 11:43:27 -080026
Andrew Geissler614d30c2022-02-08 23:10:15 +000027FILES:${PN}:append = " ${libdir}/ipmid-providers"
28FILES:${PN}:append = " ${libdir}/blob-ipmid"
Kun Yi733887b2019-03-08 11:43:27 -080029
30BLOBIPMI_PROVIDER_LIBRARY += "libbinarystore.so"