blob: c2d5ed8b91ac4805431449083fc1dcea3d4faaaf [file] [log] [blame]
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append_tiogapass = " file://ipmb-channels.json"
do_install_append_tiogapass(){
install -m 0644 -D ${WORKDIR}/ipmb-channels.json \
${D}/usr/share/ipmbbridge
}