From 209c46293536a2ca7148656660475091d551faf0 Mon Sep 17 00:00:00 2001 From: Charles Kearney Date: Wed, 23 Aug 2023 15:08:34 +0000 Subject: meta-hpe: fix path in rl300 to the x86 power control recipe Change-Id: Ifccac09484d800c0c94092238ccb715362fb2b32 Signed-off-by: Charles Kearney --- .../recipes-x86/x86-power-control/x86-power-control_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-hpe') diff --git a/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend b/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend index 6de157db42..ba0fea518f 100644 --- a/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend +++ b/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend @@ -3,7 +3,7 @@ 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 +cp ${WORKDIR}/power-config-host0.json ${S}/config } -- cgit v1.2.3