blob: 03c685d1d999296bf1ac0605b7f921eb54309d48 [file] [log] [blame]
Lotus Xu530f0682020-10-20 16:28:30 +08001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI_append = " file://ipmb-channels.json"
4
5do_install_append(){
6 install -m 0644 -D ${WORKDIR}/ipmb-channels.json \
7 ${D}/usr/share/ipmbbridge/
8}