summaryrefslogtreecommitdiffstats
path: root/README.md
blob: c4306b095e04cab4617c7375e435d04fcc3c5aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Building ##

OpenBMC uses Yocto/Open-Embedded for a build system, which supports an 
out-of-tree build.  It is recommended that you create an empty directory
somewhere to hold the build.  This directory will get big.

To start a build:

    cd <builddir>
    . <repodir>/openbmc-env
    bitbake obmc-phosphor-image

OpenPOWER on IntegriCloud