summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
diff options
context:
space:
mode:
authorjmbills <jason.m.bills@intel.com>2021-12-06 23:59:28 +0300
committerGitHub <noreply@github.com>2021-12-06 23:59:28 +0300
commit4e91e467259c10049ceee818cf89edc53b3a3288 (patch)
treea02ee56c74896f7b440c5ee6eeb0ac93195215b7 /meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
parent61f1ca1b31a9a1108e9e7f71e47fdc19beb0490b (diff)
parent337bc89eef8652d8694366393dd02766c288a31b (diff)
downloadopenbmc-4e91e467259c10049ceee818cf89edc53b3a3288.tar.xz
Merge pull request #75 from Intel-BMC/update2021-0.77-81-0.77-82021-0.77-beta1-0.77-beta
Update to internal 0.77-8
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 7806b5481..b810190a1 100644
--- a/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -28,6 +28,7 @@ SRC_URI += "file://0001-Firmware-update-configuration-changes.patch \
file://0021-Add-message-registry-entry-for-FirmwareResiliencyErr.patch \
file://0023-Add-get-IPMI-session-id-s-to-Redfish.patch \
file://0024-Add-count-sensor-type.patch \
+ file://0025-Add-Model-CoreCount-to-ProcessorSummary.patch \
"
# OOB Bios Config:
@@ -79,10 +80,6 @@ do_install:append() {
install -d ${D}/etc/ssl/certs/authority
}
-# Temporary fix:Enable new power and thermal subsystem
-EXTRA_OEMESON += " -Dredfish-new-powersubsystem-thermalsubsystem=enabled"
-EXTRA_OEMESON += " -Dredfish-allow-deprecated-power-thermal=disabled"
-
# Enable PFR support
EXTRA_OEMESON += "${@bb.utils.contains('IMAGE_FSTYPES', 'intel-pfr', '-Dredfish-provisioning-feature=enabled', '', d)}"