blob: c4803d3b16152bc9b4a0a50f37b1f230df9eac35 [file] [log] [blame]
Adriana Kobylake44af882018-09-21 10:09:36 -05001SUMMARY = "Phosphor IPMI plugin for the Host I/O Mapping Protocol"
2HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-flash"
3PR = "r1"
4PV = "0.1+git${SRCPV}"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ff331e820fda701d36a8f0efc98adc58"
7
Andrew Geissler2d036cc2022-06-21 01:30:18 -05008inherit meson pkgconfig
Adriana Kobylake44af882018-09-21 10:09:36 -05009inherit obmc-phosphor-ipmiprovider-symlink
10
11DEPENDS += "phosphor-ipmi-host"
Patrick Williams46072e32020-04-06 09:13:05 -050012DEPENDS += "sdbusplus"
Adriana Kobylake44af882018-09-21 10:09:36 -050013DEPENDS += "phosphor-logging"
Patrick Williamsd6a06142020-06-09 21:00:08 -050014DEPENDS += "phosphor-dbus-interfaces"
Adriana Kobylake44af882018-09-21 10:09:36 -050015
16TARGET_CFLAGS += "-fpic"
17
18HOSTIPMI_PROVIDER_LIBRARY += "libhiomap.so"
19
20S = "${WORKDIR}/git"
21
Patrick Williamsbb99d222022-01-24 15:55:09 -060022SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-flash;branch=master;protocol=https"
Andrew Geissler1d009872022-07-24 19:20:44 -050023SRCREV = "2dc3ed3fa14b324449b4f29bd3cd237090c2fe18"
Andrew Geissler2d036cc2022-06-21 01:30:18 -050024
25EXTRA_OEMESON:append = " -Dtests=disabled"
Adriana Kobylake44af882018-09-21 10:09:36 -050026
Adriana Kobylak8c6707f2021-08-06 17:35:36 +000027FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
28FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
29FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"