commit | 87219ea8158b3ae3515e9adf3ba4459c26baf7c0 | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Mon Jul 18 21:27:27 2016 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 08 20:52:10 2016 +0000 |
tree | ddbd0452bbedd39461f78d1dfbdfcb4dce13b602 | |
parent | c6b8b1450e5c7400f45450a82da97e7d03bf0d90 [diff] |
Build both cuImage and fitImage by default Change-Id: I2333097ce2a17a2e2d932384373ccbae6724a861 Signed-off-by: Rick Altherr <raltherr@google.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