summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorKun Yi <kunyi731@gmail.com>2019-03-08 11:43:27 -0800
committerAndrew Geissler <geissonator@yahoo.com>2019-03-13 07:37:00 -0500
commit733887b0a358d7bf4072ce17a5c4f85c6e2a44cf (patch)
tree3170376ad1d0f4502ad7df81661da00eaa587e1a /meta-phosphor/recipes-phosphor/ipmi
parente7428cbc37f9dc0f3f8e73be489fe3b96ee863ca (diff)
downloadtalos-openbmc-733887b0a358d7bf4072ce17a5c4f85c6e2a44cf.tar.gz
talos-openbmc-733887b0a358d7bf4072ce17a5c4f85c6e2a44cf.zip
meta-phosphor: add phosphor-ipmi-blobs-binarystore package
Add the phosphor-ipmi-blobs-binarystore package which handles binary data read/write/serialize using IPMI blobs semantics. (From meta-phosphor rev: 66e51a579995973846583c48fa5cb8e28bb15cb8) Tested: verified library was compiled and installed when added to obmc-phosphor-image. Signed-off-by: Kun Yi <kunyi731@gmail.com> Change-Id: I43905673bf9c77c21feb6f94cb2fdc13f2fa850c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
new file mode 100644
index 000000000..8d45667cd
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
@@ -0,0 +1,26 @@
+HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs-binarystore"
+SUMMARY = "BMC Generic Binary Blob Store via OEM IPMI Blob Transport"
+DESCRIPTION = "This package provides a read/write/serialize abstraction for storing binary data through IPMI blobs"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+inherit autotools pkgconfig
+inherit obmc-phosphor-ipmiprovider-symlink
+
+DEPENDS += "autoconf-archive-native"
+DEPENDS += "phosphor-ipmi-blobs"
+DEPENDS += "phosphor-logging"
+DEPENDS += "protobuf-native"
+DEPENDS += "protobuf"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs-binarystore"
+SRCREV = "8ca234e6986763ffaddcf56b49fecdfe96a60182"
+
+FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"
+FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
+
+BLOBIPMI_PROVIDER_LIBRARY += "libbinarystore.so"
OpenPOWER on IntegriCloud