commit | 522234c8e22c43ac7ece5b0b33b379c94dc49277 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Aug 17 15:42:31 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 01:55:37 2016 +0000 |
tree | df64376195e8b4aeb06e7b0c8740e4a54b458b04 | |
parent | 18645293cab6c1c14310e982592294b833e3df92 [diff] |
classes-systemd: general refactoring Factor out some code so it can be used elsewhere. Change-Id: Ifbb2d7553c2c21868b5bc5b515b6f03f2c0882c0 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