commit | 7729fe6efcf72a3e3057f13c27c922bfac570196 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Tue Nov 08 10:04:56 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 08 19:11:26 2016 +0000 |
tree | 4ccf6acd0ebf60e6dd33c6f711f139787e80bcdc | |
parent | aced802a7a7515644de7b5657c003f0af27d464d [diff] |
Correct licensing Change-Id: I817416a2e23969057ba54858a4dbfbd52bcedb59 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
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.
On Ubuntu 14.04 the following packages are required to build the default target
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
On Fedora 23 the following packages are required to build the default target:
sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake sudo dnf groupinstall "C Development Tools and Libraries"
To start a build:
cd <builddir> . <repodir>/openbmc-env bitbake obmc-phosphor-image