Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -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 | d4af0d4 | 2020-01-14 20:50:30 +0000 | [diff] [blame] | 5 | SRCREV = "8f5cb6a496edfe0b92f91fdeddb7f7f62aa0bae1" |
Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -0700 | [diff] [blame] | 6 | |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 7 | PV = "1.0+git${SRCPV}" |
Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -0700 | [diff] [blame] | 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 11 | LICENSE = "Apache-2.0" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 13 | |
Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -0700 | [diff] [blame] | 14 | inherit cmake systemd |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 15 | |
Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -0700 | [diff] [blame] | 16 | SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service" |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 17 | |
| 18 | DEPENDS += " \ |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 19 | boost \ |
Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -0700 | [diff] [blame] | 20 | i2c-tools \ |
| 21 | libgpiod \ |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 22 | sdbusplus \ |
Kuiying Wang | 8bce44a | 2018-11-10 09:06:17 +0800 | [diff] [blame] | 23 | phosphor-logging \ |
Ed Tanous | bafa5a3 | 2019-08-15 15:25:51 -0700 | [diff] [blame] | 24 | " |