tree: 8d2edfd0725173c0f1485d9ae54659c651f9f0de [path history] [tgz]
  1. mmc/
  2. side-switch/
  3. static/
  4. subprojects/
  5. test/
  6. ubi/
  7. usb/
  8. .clang-format
  9. .gitignore
  10. .shellcheck
  11. activation.cpp
  12. activation.hpp
  13. detect-slot-aspeed
  14. download_manager.cpp
  15. download_manager.hpp
  16. download_manager_main.cpp
  17. flash.hpp
  18. force-reboot.service.in
  19. gen-bios-tar
  20. image_manager.cpp
  21. image_manager.hpp
  22. image_manager_main.cpp
  23. image_verify.cpp
  24. image_verify.hpp
  25. images.cpp
  26. images.hpp
  27. item_updater.cpp
  28. item_updater.hpp
  29. item_updater_helper.hpp
  30. item_updater_main.cpp
  31. LICENSE
  32. meson.build
  33. meson.options
  34. msl_verify.cpp
  35. msl_verify.hpp
  36. obmc-flash-bmc
  37. obmc-flash-bmc-setenv@.service.in
  38. obmc-flash-host-bios@.service.in
  39. openssl_alloc.cpp
  40. openssl_alloc.hpp
  41. OWNERS
  42. README.md
  43. reboot-guard-disable.service.in
  44. reboot-guard-enable.service.in
  45. reset-cs0-aspeed
  46. serialize.cpp
  47. serialize.hpp
  48. software.conf
  49. software_manager.cpp
  50. sync-once.sh
  51. sync_manager.cpp
  52. sync_manager.hpp
  53. sync_manager_main.cpp
  54. sync_watch.cpp
  55. sync_watch.hpp
  56. synclist
  57. usr-local.mount.in
  58. utils.cpp
  59. utils.hpp
  60. version.cpp
  61. version.hpp
  62. watch.cpp
  63. watch.hpp
  64. xyz.openbmc_project.Software.BMC.Updater.service.in
  65. xyz.openbmc_project.Software.Download.service.in
  66. xyz.openbmc_project.Software.Manager.service.in
  67. xyz.openbmc_project.Software.Sync.service.in
  68. xyz.openbmc_project.Software.Version.service.in
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.