xref: /openbmc/docs/development/README.md (revision 8e677cf7)
1# OpenBMC Developer Documentation
2This directory is focused on providing OpenBMC developers with the instructions
3they need to get up and going with OpenBMC development. This can be reviewed in
4any order you like, but the recommended flow can be found below.
5
61. [Development Environment Setup](dev-environment.md)
7
8   Start here. This shows how to setup an OpenBMC development environment using
9   its Software Development Kit and how to start the software emulator, QEMU.
10
112. [Hello World](sdk-hello-world.md)
12
13   This shows how to use the Software Development Kit as you build and test your
14   OpenBMC changes within QEMU.
15
163. [Web UI Development](web-ui.md)
17
18   This shows how to modify the phosphor-webui web application and test your
19   changes within QEMU.
20
214. [Code Reviews Using Gerrit](gerrit-setup.md)
22
23   This shows how to setup your environment to utilize Gerrit for submitting
24   your changes for code review.
25