Fix broken download link to boost_1.84 and update version to boost_1.86

[1] https://github.com/boostorg/boost/issues/996#issuecomment-2567031602

Change-Id: I0092e7e0a3205bb1ee206af3a65f60de6e6186b4
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
1 file changed
tree: 73162de0fa4228695ce95c709fa819f65ced82e1
  1. bmc/
  2. common/
  3. subprojects/
  4. test/
  5. .clang-format
  6. .clang-tidy
  7. .gitignore
  8. .shellcheck
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.