blob: a3f0c58d982b9ada91b59d8532248cc0a85401c7 [file] [log] [blame]
George Hung41dd1472020-06-11 21:11:09 +08001SUMMARY = "NVMe Drives Power Control"
2DESCRIPTION = "Daemon to monitor and control the power of NVMe drives"
3PR = "r1"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7inherit meson pkgconfig
8inherit systemd
9
10DEPENDS += "sdbusplus"
11DEPENDS += "boost"
12DEPENDS += "libgpiod"
13
14SRC_URI = "git://github.com/quanta-bmc/nvme-power-control;protocol=git"
George Hungc512b3c2020-10-07 17:54:29 +080015SRCREV = "f7d2dbd6b48f3992d4a2fb1c0fe2afd746b8428a"
George Hung41dd1472020-06-11 21:11:09 +080016
17S = "${WORKDIR}/git"
18
19SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Control.Nvme.Power.service"