summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-04-09 14:55:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-10 18:05:51 +0300
commit073614cb41d4fe3a095f9211243ef73425386194 (patch)
tree9114810258aadf3294e75fd2b136b02413f712a3 /meta-ibm/meta-witherspoon
parent8207f6eac121a9936c3d8a97ade3dd20a312dfd1 (diff)
downloadopenbmc-073614cb41d4fe3a095f9211243ef73425386194.tar.xz
meta-ibm: add missing phosphor power configuration
There were a couple _${PN} (package name) style overrides added to DEPENDS and EXTRA_OEMESON with 438174de3490. The package being built is only addeed to OVERRIDES during the packaging task. DEPENDS and EXTRA_OEMESON are used during the configure task. The result is DEPENDS and EXTRA_OEMESON are not updated as intended. (From meta-ibm rev: 4e1950490e3329c1f9f193cba7f2739df6456c59) Change-Id: I7a902ad4ca07cb590cd1bad5f5d1046ecaa9d63e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/power/phosphor-power_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/phosphor-power_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/power/phosphor-power_%.bbappend
index 1caacd1e52..1105e0cf6d 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/phosphor-power_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/phosphor-power_%.bbappend
@@ -4,9 +4,9 @@ inherit obmc-phosphor-systemd
SRC_URI += "file://psu.json"
-EXTRA_OEMESON_${PN}-sequencer += "-Ducd90160-yaml=${STAGING_DIR_HOST}${datadir}/power-sequencer/ucd90160.yaml"
+EXTRA_OEMESON += "-Ducd90160-yaml=${STAGING_DIR_HOST}${datadir}/power-sequencer/ucd90160.yaml"
-DEPENDS_${PN}-sequencer += " power-sequencer"
+DEPENDS += " power-sequencer"
do_install_append(){
install -D ${WORKDIR}/psu.json ${D}${datadir}/phosphor-power/psu.json