summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-05-03 17:42:40 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-03 22:41:55 +0300
commit9150a946b8f85ca1a306b6fc682fce7943ba5357 (patch)
treed6328deb78cc77fbcb69fa368b3ddebda165c9ad /meta-openpower
parentf54b8e187f6e9ddc1d0c4a32092760797952744a (diff)
downloadopenbmc-9150a946b8f85ca1a306b6fc682fce7943ba5357.tar.xz
Move bmcweb options to meta-ibm
These options don't have anything to do with POWER architecture, they are ibm options so move them to meta-ibm. The options are: -Dredfish-dbus-log=enabled \ -Dhttp-body-limit=400 \ and control the body limit, allowing a larger code update image and the use of phosphor-logging. This gives the added bonus of all meta-ibm bmcweb options are in one place and removes these from 2 non-openpower, ibm systems. Tested: It builds. No other testing. Change-Id: Ief31f1bfd8a92720b43b4124c6b25c582231a558 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend
deleted file mode 100644
index 7390574f9a..0000000000
--- a/meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-EXTRA_OEMESON:append:df-openpower = " \
- -Dredfish-dbus-log=enabled \
- -Dhttp-body-limit=400 \
- "