commit | 542d3a597cd2b6197885ff91eb19cfcddbc9e8fd | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 13 11:28:28 2016 -0500 |
committer | GitHub <noreply@github.com> | Wed Jul 13 11:28:28 2016 -0500 |
tree | f16e87fd37ef9ef80f49c0e641d884384e32048f | |
parent | dbf496725f591e5d5cd46e20362d6a4025294ed2 [diff] | |
parent | 3069d42c6ebee9182c507ed5702e7ce8e00c3bb4 [diff] |
Merge pull request #467 from shenki/move-ast2400-to-4.6 Move ast2400 platforms to the dev-4.6 kernel tree
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