Charles Kearney | 07fcf80 | 2023-05-30 14:32:08 -0500 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | |||||
3 | SRC_URI += "file://power-config-host0.json" | ||||
4 | |||||
5 | do_configure:prepend() { | ||||
6 | cp ${WORKDIR}/power-config-host0.json ${S}/power-control-x86/config | ||||
7 | } | ||||
8 | |||||
9 |