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>
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 0645eb7..62bfbce 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 @@
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"