From 9afb671c8eb24ee37c97d20870da412fed7b2c52 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 17 Sep 2018 17:14:46 -0700 Subject: meta-google: add google-ipmi-sys package meta-google: Add the google-ipmi-sys package. This package handles a series of OEM IPMI commands we expect to exist to provide information to the host software infrastructure. Tested: Verified the daemon and systemd target are installed when added to the obmc-phosphor-image. (From meta-google rev: 0d9aa6919ba00b3a664730f8b8a9c770a9edae81) Change-Id: I54c534680298a08743b39c384079794173ee517f Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-google/recipes-google/ipmi/google-ipmi-sys.bb | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meta-google/recipes-google/ipmi/google-ipmi-sys.bb (limited to 'meta-google') diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys.bb new file mode 100644 index 000000000..b6eaaa8af --- /dev/null +++ b/meta-google/recipes-google/ipmi/google-ipmi-sys.bb @@ -0,0 +1,36 @@ +HOMEPAGE = "http://github.com/openbmc/google-ipmi-sys" +SUMMARY = "Google Sys OEM commands" +DESCRIPTION = "Google sys OEM commands" + +inherit autotools pkgconfig +inherit obmc-phosphor-license +inherit systemd +inherit obmc-phosphor-ipmiprovider-symlink + +DEPENDS += "autoconf-archive-native" +DEPENDS += "sdbusplus" +DEPENDS += "phosphor-logging" + +# We depend on this to be built first so we can build our providers. +DEPENDS += "phosphor-ipmi-host" + +RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces" + +S = "${WORKDIR}/git" +SRC_URI = "git://github.com/openbmc/google-ipmi-sys" +SRCREV = "f9a19b80bea5987292e61b8b2aedcc3baedcaf8f" + +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 += "libsyscmds.so" + +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE_${PN} = "gbmc-psu-hardreset.target" + +do_install_append() { + install -d ${D}${systemd_system_unitdir} + install -m 0644 ${S}/gbmc-psu-hardreset.target ${D}${systemd_system_unitdir} +} -- cgit v1.2.3