blob: e028a0471d36d592f2f3f4c27d0f3b43b015224a [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 Geissler458f3c82020-07-06 19:22:14 +00005SRCREV = "273d789718ce2a7aaf49424f9cefcd89226da2a7"
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
Vijay Khemkaa5bc17f2020-06-12 16:26:47 -070015inherit obmc-phosphor-dbus-service
Vijay Khemkae810c502019-10-30 10:31:48 -070016
Vijay Khemka6dfddb42020-05-21 16:52:57 -070017SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service \
18 chassis-system-reset.service \
19 chassis-system-reset.target"
Vijay Khemkae810c502019-10-30 10:31:48 -070020
21DEPENDS += " \
22 boost \
23 i2c-tools \
24 libgpiod \
25 sdbusplus \
26 phosphor-logging \
27 "