James Feist | e8c0ec9 | 2018-10-02 16:45:42 -0700 | [diff] [blame] | 1 | SUMMARY = "Entity Manager" |
| 2 | DESCRIPTION = "Entity Manager provides d-bus configuration data \ |
| 3 | and configures system sensors" |
| 4 | |
| 5 | SRC_URI = "git://github.com/openbmc/entity-manager.git" |
Andrew Geissler | 3ab6ab9 | 2018-12-05 17:40:17 +0000 | [diff] [blame^] | 6 | SRCREV = "61c25c07ca78d68bf0718a98b8a12ff68bdd4239" |
James Feist | e8c0ec9 | 2018-10-02 16:45:42 -0700 | [diff] [blame] | 7 | PV = "0.1+git${SRCPV}" |
| 8 | |
| 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" |
| 11 | |
| 12 | SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.EntityManager.service \ |
| 13 | xyz.openbmc_project.FruDevice.service" |
| 14 | |
| 15 | PROVIDES += "virtual/phosphor-fans-sensor-inventory" |
| 16 | DEPENDS = "boost \ |
| 17 | i2c-tools \ |
| 18 | nlohmann-json \ |
| 19 | sdbusplus \ |
| 20 | valijson" |
| 21 | |
| 22 | S = "${WORKDIR}/git/" |
| 23 | inherit cmake systemd |
| 24 | |
| 25 | EXTRA_OECMAKE = "-DYOCTO=1 -DUSE_OVERLAYS=0" |
| 26 | |