commit | 9b0f88d4b608a32c21abc7db9b329c406e6c7bf4 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu May 09 11:55:29 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu May 09 21:17:22 2019 -0400 |
tree | f60980c02eed045fae6cf076653c11d6c519926c | |
parent | 0043501620900ef133b21782c9239c092001766b [diff] [blame] |
meta-ibm: fans: Create machine-specific structure Yocto automatically adds files/<MACHINE>/ to the file path, take advantage of this feature to simplify the recipe and directory structure. Tested: Built witherspoon, witherspoon-128, and swift, and verified they all had the correct fans files in their image. (From meta-ibm rev: 1c8b9d845092ccb6440fc9241993ac3d4db9c2d6) Change-Id: I2dfa0b04dfba68311d67af10ccfa979f733e630f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bbappend index fae8d4c..72d991c 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bbappend
@@ -1 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}-${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"