summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-22 18:56:00 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-25 08:22:52 -0400
commitc57ab16ef537382044c9dd12682be438e485011d (patch)
tree4f96bd0ada44d417cff8f86f9e11574dccfa4e40
parentcb026a96e1b2587b3c2b4b0309d39fc52f71fb64 (diff)
downloadtalos-openbmc-c57ab16ef537382044c9dd12682be438e485011d.tar.gz
talos-openbmc-c57ab16ef537382044c9dd12682be438e485011d.zip
meta-phosphor: add phosphor-ipmi-ethstats package
Add the phosphor-ipmi-ethstats package. This package handles OEM IPMI commands that are meant to return ethernet device statistics. Tested: Verified the library was compiled and installed when added to obmc-phosphor-image. (From meta-phosphor rev: af57049ef8d2d1001dc0ccd9cdf33cac6dcdbff6) Change-Id: Ic2c5f2020c01aea3bd2477127bec74149beffb79 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb
new file mode 100644
index 000000000..014ae2ef1
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Phosphor OEM IPMI Ethernet Stats Implementation"
+DESCRIPTION = "This package handles receiving OEM IPMI commands to provide ethernet device statistics."
+HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-ethstats"
+PR = "r1"
+PV = "0.1+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-host"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/phosphor-ipmi-ethstats"
+SRCREV = "d26fff4ecd74aa72433bcb547d95029e4b7b0eb3"
+
+FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
+FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
+
+HOSTIPMI_PROVIDER_LIBRARY += "libethstatscmd.so"
OpenPOWER on IntegriCloud