summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-11-01 18:08:29 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-07 19:21:02 +0300
commitfdd9906d27b585b182d4203ec7b9ff23479ab968 (patch)
treeea7982f2c3acab00a85b45d72c46bb3092fd0bb4 /meta-ibm
parent892b2a87a4f52e4f2c9f732903da733fa7f623b1 (diff)
downloadopenbmc-fdd9906d27b585b182d4203ec7b9ff23479ab968.tar.xz
meta-ibm: romulus: enable bmcweb info logs
Romulus is only used for CI purposes at this point and when a CI failure is hit within QEMU, bmcweb is usually in the middle of it. Enable info logs and above on bmcweb so the appropriate debug data is collected on fails. Tested: - Confirmed info logs are in the journal from bmcweb in romulus QEMU Change-Id: I6ac5a62c4dbad3e97af6f70ab0a4988c8ed35429 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-romulus/recipes-phosphor/interfaces/bmcweb_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/interfaces/bmcweb_%.bbappend
new file mode 100644
index 0000000000..162a4399ad
--- /dev/null
+++ b/meta-ibm/meta-romulus/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -0,0 +1,4 @@
+# enable bmcweb info by default for easier CI debug
+EXTRA_OEMESON:append = " \
+ -Dbmcweb-logging=info \
+"