FILESEXTRAPATHS_prepend_gsj := "${THISDIR}/${PN}:" | |
SRC_URI_append_gsj = " file://config.txt" | |
FILES_${PN}_append_gsj = " ${datadir}/mac-address/config.txt" | |
do_install_append_gsj() { | |
install -d ${D}${datadir}/mac-address | |
install -m 0644 -D ${WORKDIR}/config.txt \ | |
${D}${datadir}/mac-address/config.txt | |
} |