Lancelot Kao | c2c04b0 | 2021-02-22 22:55:06 -0600 | [diff] [blame] | 1 | SUMMARY = "foxconn OEM IPMI commands" |
| 2 | DESCRIPTION = "foxconn OEM IPMI commands" |
| 3 | |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
| 6 | |
| 7 | S = "${WORKDIR}/git" |
| 8 | |
| 9 | DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd libgpiod" |
| 10 | |
Andrew Geissler | f3c406a | 2023-02-23 12:30:07 -0600 | [diff] [blame] | 11 | inherit meson pkgconfig |
Lancelot Kao | c2c04b0 | 2021-02-22 22:55:06 -0600 | [diff] [blame] | 12 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 13 | SRC_URI = "git://github.com/openbmc/foxconn-ipmi-oem.git;branch=master;protocol=https" |
Andrew Geissler | f3c406a | 2023-02-23 12:30:07 -0600 | [diff] [blame] | 14 | SRCREV = "40553244bd6131be9c3395f212bed39e44932651" |
Lancelot Kao | c2c04b0 | 2021-02-22 22:55:06 -0600 | [diff] [blame] | 15 | |
Andrew Geissler | f3c406a | 2023-02-23 12:30:07 -0600 | [diff] [blame] | 16 | FILES:${PN}:append = " ${libdir}/ipmid-providers" |
| 17 | FILES:${PN}:append = " ${libdir}/host-ipmid" |
| 18 | FILES:${PN}:append = " ${libdir}/net-ipmid" |