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

10 lines
190 B
Plaintext

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://power-config-host0.json"
do_configure:prepend() {
cp ${WORKDIR}/power-config-host0.json ${S}/power-control-x86/config
}