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