commit | 0c9d4d2282c933683970d2154b3e332cfbd73374 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Oct 24 12:51:20 2016 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Mon Oct 24 15:43:48 2016 -0500 |
tree | 32265fdfc6752325feb1abaa414075bd2d92ff8a | |
parent | 266af4458b1b2b3c06d3330f5e20f4aa4aa9fb88 [diff] |
Add systemd dependency back for network recipe Fixes openbmc/openbmc#703 Change-Id: I4dedb161358d6493830f1565645cd4b9b60cfed0 Signed-off-by: Matthew Barth <msbarth@us.ibm.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