Brandon Kim | 2af6b9f | 2021-04-28 21:53:04 -0700 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend_gsj := "${THISDIR}/${PN}:" |
2 | SRC_URI_append_gsj = " file://config.txt" | ||||
3 | |||||
4 | FILES_${PN}_append_gsj = " ${datadir}/mac-address/config.txt" | ||||
5 | |||||
6 | do_install_append_gsj() { | ||||
7 | install -d ${D}${datadir}/mac-address | ||||
8 | install -m 0644 -D ${WORKDIR}/config.txt \ | ||||
9 | ${D}${datadir}/mac-address/config.txt | ||||
10 | } |