Allow use of insecure hashes in openssl-native

Because of this commit here:
https://github.com/webpack/webpack/pull/6549/commits

The newest version of webpack chooses to use md4 for compile time
hashing instead of something more useful like md5/sha1/sha256.  In the
openbmc openssl.bbappend, we override and disable some of the ciphers we
should not be using on target.

This patchset adjusts the recipe to only disable the insecure hashes on
the target, so openssl-native still compiles and allows them.

This patchset is the first in a series to upgrade phosphor-webui to the
latest versions of the packages we use.

Originally opened as:
https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/12561/

Change-Id: I3bde18409dc36b1059730d37f075fc34e9c40b2b
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
1 file changed
tree: ed7798b1beb4eb6fb7c818e235974a88becadfed
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-phosphor/
  10. recipes-support/
  11. recipes-textproc/
  12. COPYING.apache-2.0
  13. COPYING.MIT
  14. LICENSE
  15. MAINTAINERS
  16. README.md
  17. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.