Tim Lee | bb7b7e3 | 2020-06-18 10:15:42 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend_olympus-nuvoton := "${THISDIR}/files:" |
2 | |||||
3 | SRC_URI_append_olympus-nuvoton = " file://config.txt" | ||||
4 | |||||
5 | FILES_${PN}_append_olympus-nuvoton = " ${datadir}/mac-address/config.txt" | ||||
6 | |||||
7 | do_install_append_olympus-nuvoton() { | ||||
8 | install -d ${D}${datadir}/mac-address | ||||
9 | install -m 0644 -D ${WORKDIR}/config.txt \ | ||||
10 | ${D}${datadir}/mac-address/config.txt | ||||
11 | } |