summaryrefslogtreecommitdiff
path: root/meta-bytedance
diff options
context:
space:
mode:
authorJohn Wang <wangzhiqiang.bj@bytedance.com>2020-12-29 09:35:11 +0300
committerLei YU <yulei.sh@bytedance.com>2021-08-20 12:37:19 +0300
commit20f26daab753da1a01d8b1a680c2c365d0c5537f (patch)
tree36f8da1e3da6382feab206912ff29de324c519e6 /meta-bytedance
parent5bb204c5a4113f47d4fba97687f92a301768d046 (diff)
downloadopenbmc-20f26daab753da1a01d8b1a680c2c365d0c5537f.tar.xz
bytedance: g220a: Fix the dest dir for x86-power-control
Fix the environment variables of the destination directory Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Change-Id: Iffd1ca218da9d9aeaff560ecf96c8b8267702994
Diffstat (limited to 'meta-bytedance')
-rw-r--r--meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend b/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend
index 504f151f3..4f9b9ac9e 100644
--- a/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend
+++ b/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend
@@ -3,7 +3,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += " file://power-config-host0.json"
do_install:append() {
- install -d {D}/usr/share/x86-power-control/
+ install -d ${D}/usr/share/x86-power-control/
install -m 0644 ${WORKDIR}/power-config-host0.json ${D}/usr/share/x86-power-control/
}