blob: 590e9e6296bb599c77ba6391005b3739de1b50a4 [file] [log] [blame]
Patrick Venture4fc52d92019-09-23 17:32:39 -07001FILESEXTRAPATHS_prepend_intel := "${THISDIR}/${PN}:"
Cheng C Yangfcd39a52019-02-25 09:28:49 +08002
Patrick Venture4fc52d92019-09-23 17:32:39 -07003SRC_URI_append_intel = " file://config.json"
Cheng C Yangfcd39a52019-02-25 09:28:49 +08004
Patrick Venture4fc52d92019-09-23 17:32:39 -07005do_compile_prepend_intel() {
Cheng C Yangfcd39a52019-02-25 09:28:49 +08006 cp -r ${WORKDIR}/config.json ${S}/
7}
8