summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-07 10:47:37 -0800
committerAndrew Geissler <geissonator@yahoo.com>2019-03-12 08:13:44 -0500
commit9f7c1a457eaf5a9cd190912ae50f314f04796fb5 (patch)
tree68d21657b23f253c389010c1fb5594d98459a3db /meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
parent1bbfcfa78b2ef9e396c38a1b6006eec8fabdf644 (diff)
downloadtalos-openbmc-9f7c1a457eaf5a9cd190912ae50f314f04796fb5.tar.gz
talos-openbmc-9f7c1a457eaf5a9cd190912ae50f314f04796fb5.zip
meta-phosphor: add recipe for ipmi-blob-tool
Add a recipe for ipmi-blob-tool. This repository cannot have BMC-specific dependencies, but BMC-specific code can depend on it. (From meta-phosphor rev: ea8434251c23a9601791cb5cacdef8fba74ef589) Change-Id: Icdcbc3f7b5041c538e98d1f9c3ec9cfa999a9d29 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
new file mode 100644
index 000000000..164283fd4
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
@@ -0,0 +1,15 @@
+HOMEPAGE = "http://github.com/openbmc/ipmi-blob-tool"
+SUMMARY = "Library and Host-side tool for talking to OpenBMC IPMI BLOB handlers."
+DESCRIPTION = "This package provides a library for the BMC and host for core blob mechanics and host-side binaries for talking to OpenBMC IPMI BLOB handlers."
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+inherit autotools pkgconfig
+
+DEPENDS += "autoconf-archive-native"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
+SRCREV = "1681f7ff9fe112a0c3c318d562f4b46489eea02c"
OpenPOWER on IntegriCloud