FranHsu | fc91a43 | 2019-03-27 11:30:14 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend_gsj := "${THISDIR}/${PN}:" |
2 | |||||
3 | SRC_URI_append_gsj = " file://fw_env.config" | ||||
4 | |||||
5 | do_install_append_gsj () { | ||||
6 | install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config | ||||
7 | } |