commit | 99c5d4b811d081e598fe49682082852b8c56995f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 17 08:17:46 2016 -0500 |
committer | GitHub <noreply@github.com> | Fri Jun 17 08:17:46 2016 -0500 |
tree | 1089ec0df38bdbd8c215f888352e2b26e2b73b65 | |
parent | eca0a4f5569b3abe568196698bf2e147b33512b6 [diff] | |
parent | 0118823320f37211ad9e4419021fd095305be8f5 [diff] |
Merge pull request #373 from bradbishop/witherspoon support for building witherspoon images
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