blob: 6de157db42def57e56fd80dd8584a7bc121b0090 [file] [log] [blame]
Charles Kearney07fcf802023-05-30 14:32:08 -05001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://power-config-host0.json"
4
5do_configure:prepend() {
6cp ${WORKDIR}/power-config-host0.json ${S}/power-control-x86/config
7}
8
9