Initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FILESEXTRAPATHS:prepend:olympus-nuvoton := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI:append:olympus-nuvoton = " file://config.txt"
|
||||
|
||||
FILES:${PN}:append:olympus-nuvoton = " ${datadir}/mac-address/config.txt"
|
||||
|
||||
do_install:append:olympus-nuvoton() {
|
||||
install -d ${D}${datadir}/mac-address
|
||||
install -m 0644 -D ${WORKDIR}/config.txt \
|
||||
${D}${datadir}/mac-address/config.txt
|
||||
}
|
||||
Reference in New Issue
Block a user