blob: 267ec0bdb9333372b72c7046d999a56294ba9f76 [file] [log] [blame]
Vijay Khemkae810c502019-10-30 10:31:48 -07001SUMMARY = "Chassis Power Control service for Intel based platforms"
2DESCRIPTION = "Chassis Power Control service for Intel based platforms"
3
4SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh"
Andrew Geisslerf4a7c112020-06-18 19:11:31 +00005SRCREV = "95f631c2f0e2c39f2c395ba6fc48f92bab58be7b"
Vijay Khemkae810c502019-10-30 10:31:48 -07006
7PV = "1.0+git${SRCPV}"
8
9S = "${WORKDIR}/git"
10
11LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
13
14inherit cmake systemd
15
Vijay Khemka6dfddb42020-05-21 16:52:57 -070016SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service \
17 chassis-system-reset.service \
18 chassis-system-reset.target"
Vijay Khemkae810c502019-10-30 10:31:48 -070019
20DEPENDS += " \
21 boost \
22 i2c-tools \
23 libgpiod \
24 sdbusplus \
25 phosphor-logging \
26 "