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 | 7913f3d | 2020-06-24 18:31:04 +0000 | [diff] [blame] | 6 | SRCREV = "b2fd7ca0969419e449a475c03333a08389035e80" |
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 \ |
Brad Bishop | 6281b85 | 2020-03-18 16:33:02 -0400 | [diff] [blame] | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipmi-fru', 'xyz.openbmc_project.FruDevice.service', '', d)}" |
James Feist | e8c0ec9 | 2018-10-02 16:45:42 -0700 | [diff] [blame] | 14 | |
James Feist | e8c0ec9 | 2018-10-02 16:45:42 -0700 | [diff] [blame] | 15 | DEPENDS = "boost \ |
James Feist | e8c0ec9 | 2018-10-02 16:45:42 -0700 | [diff] [blame] | 16 | nlohmann-json \ |
| 17 | sdbusplus \ |
| 18 | valijson" |
| 19 | |
| 20 | S = "${WORKDIR}/git/" |
Brad Bishop | c970890 | 2020-02-14 14:07:11 -0500 | [diff] [blame] | 21 | inherit meson systemd |
Brad Bishop | 6281b85 | 2020-03-18 16:33:02 -0400 | [diff] [blame] | 22 | |
Brad Bishop | 97d49ab | 2020-03-30 14:16:34 -0400 | [diff] [blame] | 23 | EXTRA_OEMESON = "-Dtests=disabled" |
| 24 | |
Brad Bishop | 6281b85 | 2020-03-18 16:33:02 -0400 | [diff] [blame] | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipmi-fru', d)}" |
| 26 | PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools," |