commit | 20f26daab753da1a01d8b1a680c2c365d0c5537f | [log] [tgz] |
---|---|---|
author | John Wang <wangzhiqiang.bj@bytedance.com> | Tue Dec 29 14:35:11 2020 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Fri Aug 20 09:37:19 2021 +0000 |
tree | 36f8da1e3da6382feab206912ff29de324c519e6 | |
parent | 5bb204c5a4113f47d4fba97687f92a301768d046 [diff] [blame] |
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
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 504f151..4f9b9ac 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 @@ 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/ }