blob: 49d4f94cf2cd0de731c84ba47b094ddd27d937ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# OpenBMC #
[![Build Status](https://openpower.xyz/buildStatus/icon?job=openbmc-build)](https://openpower.xyz/job/openbmc-build/)
## 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
|