commit | 12e3d60ffc692e6e79c4129a9daad45955bea54b | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 05 20:10:23 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 12 03:14:42 2016 +0000 |
tree | bf93b6dda8a2386cc93552c6e1e19946ab00b62c | |
parent | 60cfb39a1ed41dc3764d2f23fa8cba200da719ce [diff] |
Rename obmc-mapper -> phosphor-mapper To meet naming conventions. Change-Id: I7ce975dca7c5371ff3fa503a75bbaadd8457d05b 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