summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/webui
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11GUI: Turn off Redfish Event LogGunnar Mills2-0/+13
OpenPower systems use the exisiting D-Bus GUI panel, named "Event log". This new Redfish Event Log panel was added here: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/15801 More detail there on why a 2nd event log page was added. One day would like to share a Event Log panel in the GUI, but at this time it is not possible due to the field differences. OpenPower systems still use the following phosphor-logging features: resolve field (not in the Redfish spec), delete event logs one at a time (not yet implemented on the backend), and EventID (not in spec). See https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/22868 (From meta-openpower rev: bc28b6abe52b70b60874fe57ee60ae12e196c359) Tested: Built image with 22868. No longer see the Redfish Event Log panel. Change-Id: Ie2d89fd059bfc3df4d333fac5c4177994425d462 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-06openpower: webui: remove nginx workaroundsBrad Bishop1-16/+0
Remove some workarounds that aren't needed anymore with the transition to bmcweb. (From meta-openpower rev: 50bc196dccc7aa374e05b0e2e16a0d0ddd48e324) Change-Id: I220ef7a683a41c21914ab2bd936bec44d34ff024 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17openpower: phosphor-webui: set wildcard to versionPatrick Venture1-0/+0
Update the bbappend to wildcard on the recipe's version. (From meta-openpower rev: a613ae43d3c2085ef8e769c4eec909eade57ec00) Change-Id: I669c205ac1d23b657138687781f5366988437fe9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08openpower: phosphor-webui: set append wildcardPatrick Venture1-0/+0
For a recipe without a suffix piece, add wildcard to the append. Next will update the recipe. Then update the append again. (From meta-openpower rev: 07ce33c80e1261090f5120fb19c2088d8bd1a61c) Change-Id: I83dc58ad2b13eb331961bf2515fe0db8d81e37b5 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26meta-openpower: phosphor-webui add distro suffixPatrick Venture1-1/+1
For phosphor-webui, add df-openpower distro suffix to avoid poisoning other machines or distros using this layer. This is effectively bringing this recipe up to the state of other openpower recipes. (From meta-openpower rev: 2eaf1e056e0d47c307dce8c5932070a9c12844ec) Change-Id: I1968bd23b8a4bc4a2f7e9a335a690e48d7ce0850 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05meta-openpower: Move layer content from common/Brad Bishop1-0/+16
Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>