Files
2026-04-23 17:07:55 +08:00

9 lines
175 B
Plaintext

FILESEXTRAPATHS:prepend:intel := "${THISDIR}/${PN}:"
SRC_URI:append:intel = " file://config.json"
do_compile:prepend:intel() {
cp -r ${WORKDIR}/config.json ${S}/
}