blob: 69b9d5d9911b2b0a1549be1dc39e41b8dfd1c5e7 [file] [log] [blame]
SUMMARY = "Entity Manager"
DESCRIPTION = "Entity Manager provides d-bus configuration data \
and configures system sensors"
SRC_URI = "git://github.com/openbmc/entity-manager.git"
SRCREV = "683ff83b9cfe0ec3d9683f7220bd40ef77dbfe96"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.EntityManager.service \
xyz.openbmc_project.FruDevice.service"
DEPENDS = "boost \
i2c-tools \
nlohmann-json \
sdbusplus \
valijson"
S = "${WORKDIR}/git/"
inherit cmake systemd
EXTRA_OECMAKE = "-DYOCTO=1 -DUSE_OVERLAYS=0"