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 | 5fecb6f | 2019-03-13 20:41:41 +0000 | [diff] [blame] | 6 | SRCREV = "1027d1e7fdac664e664547003e1031ed0fabd179" |
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 | |
James Feist | e8c0ec9 | 2018-10-02 16:45:42 -0700 | [diff] [blame] | 15 | DEPENDS = "boost \ |
| 16 | i2c-tools \ |
| 17 | nlohmann-json \ |
| 18 | sdbusplus \ |
| 19 | valijson" |
| 20 | |
| 21 | S = "${WORKDIR}/git/" |
| 22 | inherit cmake systemd |
| 23 | |
| 24 | EXTRA_OECMAKE = "-DYOCTO=1 -DUSE_OVERLAYS=0" |
| 25 | |