commit | e2e12d1fccdfd28a953e1b2c3ffb0ad868cb2711 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 05 15:02:40 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 10 17:55:10 2016 +0000 |
tree | be4bda3d6b1751fc36394b232c14f54b953a9161 | |
parent | 52523131423ba5512208d9bd1f71742ce06d7772 [diff] |
ast2400: Update prefered u-boot version Change-Id: I8b1dc64b8f53b3f90c6a24b690507384912908a4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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