blob: 21ef52c49df6299d7d06c78fc472b91038384522 [file] [log] [blame]
George Hung7d50b9c2020-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 Hung01439a92021-05-13 15:17:21 +080015SRCREV = "3b39e92a8340d8ba1bd40a03af3f5a9049da3bc7"
George Hung7d50b9c2020-06-11 21:11:09 +080016
17S = "${WORKDIR}/git"
18
19SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Control.Nvme.Power.service"