blob: c77efe773fdeee73fa981e0538ea75a85c2a23e5 [file] [log] [blame]
James Feiste8c0ec92018-10-02 16:45:42 -07001SUMMARY = "Entity Manager"
2DESCRIPTION = "Entity Manager provides d-bus configuration data \
3and configures system sensors"
4
5SRC_URI = "git://github.com/openbmc/entity-manager.git"
Andrew Geissler277d3d02019-02-28 17:31:36 +00006SRCREV = "5d9875db8ef4c6f80d5d72f751594ad167002fbd"
James Feiste8c0ec92018-10-02 16:45:42 -07007PV = "0.1+git${SRCPV}"
8
9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
11
12SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.EntityManager.service \
13 xyz.openbmc_project.FruDevice.service"
14
James Feiste8c0ec92018-10-02 16:45:42 -070015DEPENDS = "boost \
16 i2c-tools \
17 nlohmann-json \
18 sdbusplus \
19 valijson"
20
21S = "${WORKDIR}/git/"
22inherit cmake systemd
23
24EXTRA_OECMAKE = "-DYOCTO=1 -DUSE_OVERLAYS=0"
25