summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-09-09 22:54:34 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-12 14:18:20 +0300
commite3bfdd726351470964716d80ea3c4388c4dc8a67 (patch)
treeba8388d5a553aa2950432ceb2636fffd870190c1 /meta-ibm/recipes-phosphor
parent951f1aabea4c8683cda113e743b68ad2dfd57fa8 (diff)
downloadopenbmc-e3bfdd726351470964716d80ea3c4388c4dc8a67.tar.xz
meta-ibm: fix bitbake warnings in bmcweb
``` WARNING: EXTRA_OEMESON:append:p10bmc += is not a recommended operator combination, please replace it. WARNING: EXTRA_OEMESON:append:witherspoon-tacoma += is not a recommended operator combination, please replace it. ``` Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5dc503b322d6cb90feb6d6261802fd50ebca31b2
Diffstat (limited to 'meta-ibm/recipes-phosphor')
-rw-r--r--meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 840469b1be..2ea5d19e95 100644
--- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -6,13 +6,13 @@ EXTRA_OEMESON:append = " \
-Dredfish-oem-manager-fan-data=disabled \
"
-EXTRA_OEMESON:append:p10bmc += " \
+EXTRA_OEMESON:append:p10bmc = " \
-Dmutual-tls-auth=disabled \
-Dkvm=disabled \
-Dvm-websocket=disabled \
"
-EXTRA_OEMESON:append:witherspoon-tacoma += " \
+EXTRA_OEMESON:append:witherspoon-tacoma = " \
-Dmutual-tls-auth=disabled \
-Dkvm=disabled \
-Dvm-websocket=disabled \