8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
|
FILESEXTRAPATHS_append := ":${THISDIR}/files"
|
||
|
SRC_URI_append = " file://${MACHINE}"
|
||
|
|
||
|
do_deploy_append () {
|
||
|
install -d ${DEPLOYDIR}
|
||
|
install -m 755 ${WORKDIR}/${MACHINE}/flashproc.py -t ${DEPLOYDIR}
|
||
|
}
|