blob: 1fa04843f76b9db447ec5d37896130d7b3f27a9e [file] [log] [blame]
Lotus Xu9eaaa782020-10-27 15:17:40 +08001SUMMARY = "Node Manager Proxy"
2DESCRIPTION = "The Node Manager Proxy provides a simple interface for communicating \
3with Management Engine via IPMB"
4
5SRC_URI = "git://github.com/Intel-BMC/node-manager;protocol=ssh"
6SRCREV = "23590b428ea26e0ed4b8225015471b962e3b3704"
7PV = "0.1+git${SRCPV}"
8
9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
11
12SYSTEMD_SERVICE_${PN} = "node-manager-proxy.service"
13
14DEPENDS = "sdbusplus \
15 phosphor-logging \
16 boost"
17
18S = "${WORKDIR}/git/"
19inherit cmake systemd
Lei YU45701e32020-12-15 16:53:21 +080020
21SRC_URI_append = " \
22 file://0001-Remove-Total_Power-sensor.patch \
23"