Name Date Size #Lines LOC

..18-Sep-2024-

README.mdH A D20-Jun-2023949 2616

add-new-system.mdH A D27-Apr-202430.5 KiB856699

dev-environment.mdH A D20-Jun-20237.8 KiB224158

devtool-hello-world.mdH A D20-Jun-20236 KiB192134

gerrit-setup.mdH A D08-Dec-20223.6 KiB11076

web-ui.mdH A D08-Dec-20225.2 KiB159112

README.md

1# OpenBMC Developer Documentation
2
3This directory is focused on providing OpenBMC developers with the instructions
4they need to get up and going with OpenBMC development. This can be reviewed in
5any order you like, but the recommended flow can be found below.
6
71. [Development Environment Setup](dev-environment.md)
8
9   Start here. This shows how to setup an OpenBMC development environment using
10   its bitbake build process and how to start the software emulator, QEMU.
11
122. [Hello World](devtool-hello-world.md)
13
14   This shows how to use the yocto tool, devtool, to extract an OpenBMC source
15   repository, build, and test your changes within QEMU.
16
173. [Web UI Development](web-ui.md)
18
19   This shows how to modify the phosphor-webui web application and test your
20   changes within QEMU.
21
224. [Code Reviews Using Gerrit](gerrit-setup.md)
23
24   This shows how to setup your environment to utilize Gerrit for submitting
25   your changes for code review.
26