blob: 2922b6a367f90f6e96aa5aef0064a289bd1a0e6a [file] [log] [blame]
Ed Tanousbafa5a32019-08-15 15:25:51 -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 Geissler4213e882020-02-13 18:10:28 +00005SRCREV = "e7520ba18a5b5ba6c8eb7a9d543704f9699295a1"
Ed Tanousbafa5a32019-08-15 15:25:51 -07006
Kuiying Wang8bce44a2018-11-10 09:06:17 +08007PV = "1.0+git${SRCPV}"
Ed Tanousbafa5a32019-08-15 15:25:51 -07008
9S = "${WORKDIR}/git"
10
Kuiying Wang8bce44a2018-11-10 09:06:17 +080011LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
13
Ed Tanousbafa5a32019-08-15 15:25:51 -070014inherit cmake systemd
Kuiying Wang8bce44a2018-11-10 09:06:17 +080015
Ed Tanousbafa5a32019-08-15 15:25:51 -070016SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service"
Kuiying Wang8bce44a2018-11-10 09:06:17 +080017
18DEPENDS += " \
Kuiying Wang8bce44a2018-11-10 09:06:17 +080019 boost \
Ed Tanousbafa5a32019-08-15 15:25:51 -070020 i2c-tools \
21 libgpiod \
Kuiying Wang8bce44a2018-11-10 09:06:17 +080022 sdbusplus \
Kuiying Wang8bce44a2018-11-10 09:06:17 +080023 phosphor-logging \
Ed Tanousbafa5a32019-08-15 15:25:51 -070024 "