SUMMARY = "MCTP Daemon" DESCRIPTION = "Implementation of MCTP (DTMF DSP0236)" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=bcd9ada3a943f58551867d72893cc9ab" SRC_URI = "git://github.com/Intel-BMC/pmci.git;protocol=ssh" SRCREV = "c76742e725d7a1ebbee8a2d95168da8a53f0b2e1" S = "${WORKDIR}/git/mctp_emulator" PV = "1.0+git${SRCPV}" inherit cmake systemd FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" DEPENDS += " \ libmctp-intel \ systemd \ sdbusplus \ phosphor-logging \ boost \ i2c-tools \ cli11 \ nlohmann-json \ gtest \ " SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.mctp-emulator.service"