From 7c37c8ecd10d232c43ad9831257838cd6d75f683 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Mon, 16 Mar 2020 12:50:26 -0700 Subject: Update to internal 0.44 Signed-off-by: Jason M. Bills --- .../meta-common/recipes-phosphor/pmci/mctpd.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openbmc-mods/meta-common/recipes-phosphor/pmci/mctpd.bb (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/pmci') diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/pmci/mctpd.bb b/meta-openbmc-mods/meta-common/recipes-phosphor/pmci/mctpd.bb new file mode 100644 index 000000000..72acf3127 --- /dev/null +++ b/meta-openbmc-mods/meta-common/recipes-phosphor/pmci/mctpd.bb @@ -0,0 +1,26 @@ +SUMMARY = "MCTP Daemon" +DESCRIPTION = "Implementation of MCTP (DTMF DSP0236)" + +LICENSE = "Apache-2.0 | GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +SRC_URI = "git://github.com/Intel-BMC/pmci.git;protocol=ssh" +SRCREV = "df5eba0d1ea5a1e07d24eca95cc9ce5d25819c69" + +S = "${WORKDIR}/git/mctpd/" + +PV = "1.0+git${SRCPV}" + +inherit cmake systemd + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +DEPENDS += " \ + libmctp \ + systemd \ + sdbusplus \ + phosphor-logging \ + boost \ + i2c-tools \ + " +SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.mctpd.service" -- cgit v1.2.3