commit | ce7bbbb89b44c63a97319f323552c7787a37f86a | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 15 09:54:10 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 05 12:03:48 2016 +0000 |
tree | 8c66bd6e6ef20235055bd21468b9030c958ac118 | |
parent | 613641efed3089594434c19d5732ef2656e1cca9 [diff] |
settings: recipe/service update Use new systemd class features. Add allarch. Change-Id: I4836deac6e7f3d07bb8f5291b78c931b0f1f78c0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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