summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-10-14 22:16:40 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-16 21:18:46 +0300
commit2c735aa6770e7e3ebfa3b8db49ae7f0fb528a5ff (patch)
tree39ecb852a429e31e1f46f90b4832e9f4ebe969db
parent31178805e8cbbd03f5a2322fbc280cbddea28737 (diff)
downloadopenbmc-2c735aa6770e7e3ebfa3b8db49ae7f0fb528a5ff.tar.xz
ibm: wspoon-pfault-analysis: Use EXTRA_OEMESON
As this repository now uses meson, the bitbake variable to pass in options to the build needs to change to the meson one. Tested: witherspoon-tacoma now uses the correct UCD90160 YAML file instead of the default example one. (From meta-ibm rev: 6017c7fa7084eeae49c67f44dd045835f224d070) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I5eef042e20759a52376cadc0810e357552307890 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis_git.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis_git.bb
index 0645eb7a74..62bfbcec47 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis_git.bb
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis_git.bb
@@ -21,7 +21,7 @@ DEPENDS += " \
power-sequencer \
"
-EXTRA_OECONF = "UCD90160_DEF_YAML_FILE=${STAGING_DIR_HOST}${datadir}/power-sequencer/ucd90160.yaml"
+EXTRA_OEMESON += "-Ducd90160-yaml=${STAGING_DIR_HOST}${datadir}/power-sequencer/ucd90160.yaml"
CHASSIS_ON_TGT = "obmc-chassis-poweron@0.target"
SEQ_MONITOR_SVC = "pseq-monitor.service"