blob: 65af073297d30ea1ff4e659685438e360245fea2 [file] [log] [blame]
Tim Chaoc1e074b2022-01-26 10:40:47 +08001FILESEXTRAPATHS:prepend:s6q := "${THISDIR}/${PN}:"
2
3SRC_URI:append:s6q = " file://s6q-ipmb-channels.json"
4
5do_install:append:s6q(){
6 install -m 0644 -D ${WORKDIR}/s6q-ipmb-channels.json \
7 ${D}/${datadir}/ipmbbridge/ipmb-channels.json
8}