commit | 92a74e566eb02d7bb20c0fcd7d34634c8d59429b | [log] [tgz] |
---|---|---|
author | AppaRao Puli <apparao.puli@linux.intel.com> | Thu Jun 04 11:12:28 2020 +0530 |
committer | James Feist <james.feist@linux.intel.com> | Thu Jun 04 18:38:42 2020 +0000 |
tree | 412fb60ff4ef4e7d9f3d0ba7af7f36d4ad661fa6 | |
parent | 3e40fc742265c3ec1384e7e5994e62aed356331f [diff] |
fix for bmcweb CI build failure CI builds are failing due to formatting issue. Below commit reverted the format to clang-6 from clang-10 and causing the failure. https://gerrit.openbmc-project.xyz/#/c/openbmc/bmcweb/+/32702/ Tested: Build success. Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com> Change-Id: Ic75f7baeed9ff1013df37575dc180fb1c7d196fc
This component attempts to be a "do everything" embedded webserver for openbmc.
At this time, the webserver implements a few interfaces:
BMCWeb is configured by setting -D
flags that correspond to options in bmcweb/CMakeLists.txt
and then compiling. For example, cmake -DBMCWEB_ENABLE_KVM=NO ...
followed by make
. The option names become C++ preprocessor symbols that control which code is compiled into the program.
When BMCWeb starts running, it reads persistent configuration data (such as UUID and session data) from a local file. If this is not usable, it generates a new configuration.
When BMCWeb SSL support is enabled and a usable certificate is not found, it will generate a self-sign a certificate before launching the server. The keys are generated by the secp384r1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.