commit | 0d2bd6ae2478ff8e44c4d3f81202e733620791e7 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 13 22:45:48 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 14 20:15:32 2016 +0000 |
tree | 64f45a8dbad898595641cce9b19ef157ba84808d | |
parent | ed1119dc1456b9a3bdb9ed82d00f544c7c8b84cf [diff] |
move obmc-phosphor-inventory back to inventory 3711b didn't rebase correctly and this change was reverted. Change-Id: Ic46b0bf552828e833606406bffdf95e46eb613cb 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