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 | 6bf723a | 2019-04-10 18:01:54 +0000 | [diff] [blame] | 6 | SRCREV = "0eb40357594da898fbe261317f7b32f012b6f4db" |
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 | |