Files
OpenBMC/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend
T

10 lines
190 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
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
}