commit | a63359eebc376e3340bdbc34fc4c83410172a5ae | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Fri Apr 12 13:20:39 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Apr 26 13:35:40 2019 +0000 |
tree | e5beacb777eee9fd1465de62c4510b89c71e96f9 | |
parent | affeacabade12b73a4e009c7dd15d1f261db8528 [diff] [blame] |
wspoon: Use machine in file path append for fans In preparation for additional systems under the witherspoon layer, add the machine name as a prefix to the phosphor-fan* configuration directories. This allows additional machines' phosphor-fan* configurations to be placed in this layer. Tested: Witherspoon phosphor-fan image still contains applications & phosphor-fan applications are correctly configured. Change-Id: I1a8d9bf0b9cfe05724277d107e482e7c06f2a6c1 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bbappend b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bbappend index 72d991c..fae8d4c 100644 --- a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bbappend +++ b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bbappend
@@ -1 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}-${PN}:"