summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend
blob: 817ecd43496a42ee7cdc55fb3d2182d7386760b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI = "git://github.com/openbmc/ipmbbridge.git;branch=master;protocol=https"
SRCREV = "8227626764edf13350c5f5a5857298a905fb43f7"

SRC_URI:append = " 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 -m 0644 -D ${WORKDIR}/ipmb-channels.json \
                   ${D}/usr/share/ipmbbridge
}