summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend
blob: 1ddd13477d0cf574510c4315831aca06a4f18574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SRC_URI = "git://github.com/openbmc/ipmbbridge.git"
SRCREV = "bd78df6be9f677136ca190d50101c328267ddcd2"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-Add-dbus-method-SlotIpmbRequest.patch \
           file://0002-Add-log-count-limitation-to-requestAdd.patch \
           file://0003-Fix-for-clearing-outstanding-requests.patch \
           file://ipmb-channels.json \
           "

do_install:append() {
    install -D ${WORKDIR}/ipmb-channels.json \
               ${D}/usr/share/ipmbbridge
}