commit | 714b576661b5cba4e99ea520c621411a4eaa5d38 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 06 12:45:18 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 18:08:15 2016 +0000 |
tree | fa51b4bde52b32df229abd878c657833509c1408 | |
parent | 46e5aa8ce276fdfd722ec34e2bb9f927ffb1da9e [diff] |
Move files -> obmc-phosphor-event Prevent ambiguity when multiple recipes exist in a single collection folder. Change-Id: I08205cd4900732ffc14e84d2cf5504bac249532b 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