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 | 9bc7a1c | 2020-02-13 18:11:47 +0000 | [diff] [blame] | 5 | SRCREV = "e7520ba18a5b5ba6c8eb7a9d543704f9699295a1" |
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 |
| 15 | |
| 16 | SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service" |
| 17 | |
| 18 | DEPENDS += " \ |
| 19 | boost \ |
| 20 | i2c-tools \ |
| 21 | libgpiod \ |
| 22 | sdbusplus \ |
| 23 | phosphor-logging \ |
| 24 | " |