commit | 1c8b9d845092ccb6440fc9241993ac3d4db9c2d6 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu May 09 11:55:29 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri May 10 01:10:50 2019 +0000 |
tree | 0b661916668069db16039d355837b644cd3aa5c0 | |
parent | cd6c8359c35986169e3225f853e38fabb7aade1b [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. Change-Id: I22850da7ebbf0c64faa790aaf9a4240d710580ca Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bbappend b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bbappend index fae8d4c..72d991c 100644 --- a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bbappend +++ b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bbappend
@@ -1 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}-${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"