xref: /openbmc/docs/development/README.md (revision f4febd00)
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 Software Development Kit and how to start the software emulator, QEMU.
11
122. [Hello World](sdk-hello-world.md)
13
14   This shows how to use the Software Development Kit as you build and test your
15   OpenBMC 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