commit | c36e20e583d937052a0564794fa7f8e6be3264a7 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 13 16:44:36 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 13 16:46:39 2016 -0400 |
tree | e0058acb5d66ce1d3d9fa4dfe0df54497db24b4e | |
parent | db1d6b2e3607ef9c47952a4044e1dbf1f6412b0d [diff] |
network: add missing systemd dep Slipped by somehow. Change-Id: I1f9273255b196b912c6bda0bc08d0320ba1807fd 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