Adriana Kobylak | e44af88 | 2018-09-21 10:09:36 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor IPMI plugin for the Host I/O Mapping Protocol" |
| 2 | HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-flash" |
| 3 | PR = "r1" |
| 4 | PV = "0.1+git${SRCPV}" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ff331e820fda701d36a8f0efc98adc58" |
| 7 | |
Andrew Geissler | 2d036cc | 2022-06-21 01:30:18 -0500 | [diff] [blame] | 8 | inherit meson pkgconfig |
Adriana Kobylak | e44af88 | 2018-09-21 10:09:36 -0500 | [diff] [blame] | 9 | inherit obmc-phosphor-ipmiprovider-symlink |
| 10 | |
| 11 | DEPENDS += "phosphor-ipmi-host" |
Patrick Williams | 46072e3 | 2020-04-06 09:13:05 -0500 | [diff] [blame] | 12 | DEPENDS += "sdbusplus" |
Adriana Kobylak | e44af88 | 2018-09-21 10:09:36 -0500 | [diff] [blame] | 13 | DEPENDS += "phosphor-logging" |
Patrick Williams | d6a0614 | 2020-06-09 21:00:08 -0500 | [diff] [blame] | 14 | DEPENDS += "phosphor-dbus-interfaces" |
Adriana Kobylak | e44af88 | 2018-09-21 10:09:36 -0500 | [diff] [blame] | 15 | |
| 16 | TARGET_CFLAGS += "-fpic" |
| 17 | |
| 18 | HOSTIPMI_PROVIDER_LIBRARY += "libhiomap.so" |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
Patrick Williams | bccaff3 | 2023-04-14 11:24:47 -0500 | [diff] [blame] | 22 | SRC_URI = "git://github.com/openbmc/openpower-host-ipmi-flash;branch=master;protocol=https" |
Andrew Geissler | dfbe91d | 2023-05-11 07:10:39 -0500 | [diff] [blame] | 23 | SRCREV = "0d5b076e9dfe0dc9489cd7febc0aa40f883430ec" |
Andrew Geissler | 2d036cc | 2022-06-21 01:30:18 -0500 | [diff] [blame] | 24 | |
| 25 | EXTRA_OEMESON:append = " -Dtests=disabled" |
Adriana Kobylak | e44af88 | 2018-09-21 10:09:36 -0500 | [diff] [blame] | 26 | |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 27 | FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" |
| 28 | FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
| 29 | FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" |