blob: 4d9dd1b99356eb554ce5f99e0ffbe8199d53f9f5 [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
Lei YU05e5f0b2021-08-12 11:08:52 +080012SYSTEMD_SERVICE:${PN} = "node-manager-proxy.service"
Lotus Xu9eaaa782020-10-27 15:17:40 +080013
14DEPENDS = "sdbusplus \
15 phosphor-logging \
16 boost"
17
18S = "${WORKDIR}/git/"
19inherit cmake systemd
Lei YU45701e32020-12-15 16:53:21 +080020
Lei YU05e5f0b2021-08-12 11:08:52 +080021SRC_URI:append = " \
Lei YU45701e32020-12-15 16:53:21 +080022 file://0001-Remove-Total_Power-sensor.patch \
23"