George Hung | 4054df2 | 2020-06-23 19:30:35 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:" |
2 | SRC_URI_append_gbs = " file://config.txt" | ||||
3 | |||||
4 | FILES_${PN}_append_gbs = " ${datadir}/mac-address/config.txt" | ||||
5 | |||||
6 | do_install_append_gbs() { | ||||
7 | install -d ${D}${datadir}/mac-address | ||||
8 | install -m 0644 -D ${WORKDIR}/config.txt \ | ||||
9 | ${D}${datadir}/mac-address/config.txt | ||||
10 | } |