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