From 19d2050424e385f9fff936645af0e6b5b6de4d05 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 24 Oct 2018 11:10:32 -0700 Subject: meta-google: add google-ipmi-i2c package Add the google-ipmi-i2c package. This package handles a OEM IPMI commands that provide read and write to i2c devices attached to the BMC. Tested: Built by adding to image and verified library installed. (From meta-google rev: 7e55649a5e6a0683a1b2612cad1c2327e913513c) Change-Id: I07972430df153fb758ac7928a1cf5aa1120a4dde Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- .../recipes-google/ipmi/google-ipmi-i2c_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb (limited to 'meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb') diff --git a/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb new file mode 100644 index 000000000..3801e9907 --- /dev/null +++ b/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb @@ -0,0 +1,24 @@ +SUMMARY = "Google i2c OEM commands" +DESCRIPTION = "Google i2c OEM commands" +HOMEPAGE = "https://github.com/openbmc/google-ipmi-i2c" +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/google-ipmi-i2c" +SRCREV = "38e8c6e1706522dec1973e148e24020361fb2042" + +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 += "libi2ccmds.so" -- cgit v1.2.3