commit | 3e7c23d846349851adeca12710db2b7350221ba7 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 06 20:37:22 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 19:14:43 2016 +0000 |
tree | 5afadd14301e6ee86b0e9a132a7f18b6fea63aa8 | |
parent | 6371e70cc4f318f7815808cf654af54d8b50ceb5 [diff] |
network: recipe/service update Make use of dbus and systemd class features. Change-Id: I8b23eb334bc9754b820b6aa2df3b8be618d13c5d 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