Vijay Khemka | 2b02842 | 2019-10-30 10:31:48 -0700 | [diff] [blame] | 1 | SUMMARY = "Chassis Power Control service for Intel based platforms" |
| 2 | DESCRIPTION = "Chassis Power Control service for Intel based platforms" |
| 3 | |
| 4 | SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh" |
Andrew Geissler | a6d9446 | 2020-06-18 19:11:31 +0000 | [diff] [blame] | 5 | SRCREV = "95f631c2f0e2c39f2c395ba6fc48f92bab58be7b" |
Vijay Khemka | 2b02842 | 2019-10-30 10:31:48 -0700 | [diff] [blame] | 6 | |
| 7 | PV = "1.0+git${SRCPV}" |
| 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | LICENSE = "Apache-2.0" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 13 | |
| 14 | inherit cmake systemd |
Vijay Khemka | ab98aef | 2020-06-12 16:26:47 -0700 | [diff] [blame] | 15 | inherit obmc-phosphor-dbus-service |
Vijay Khemka | 2b02842 | 2019-10-30 10:31:48 -0700 | [diff] [blame] | 16 | |
Vijay Khemka | 3178f2a | 2020-05-21 16:52:57 -0700 | [diff] [blame] | 17 | SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service \ |
| 18 | chassis-system-reset.service \ |
| 19 | chassis-system-reset.target" |
Vijay Khemka | 2b02842 | 2019-10-30 10:31:48 -0700 | [diff] [blame] | 20 | |
| 21 | DEPENDS += " \ |
| 22 | boost \ |
| 23 | i2c-tools \ |
| 24 | libgpiod \ |
| 25 | sdbusplus \ |
| 26 | phosphor-logging \ |
| 27 | " |