commit | 913ed8c87dcb0c5829c67ea64ed80f38755954bc | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Aug 24 09:33:21 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 11:51:42 2016 +0000 |
tree | 80e4d5a505d7fe94c103465e206bb9b5e2d57243 | |
parent | 43da5a030a21a1ddcda6d0a7eda75c2e92c5fc95 [diff] |
Barreleye: Prepare for systemd Barreleye specific overrides in preparation for the move to systemd state management. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com Change-Id: Ifaca2e849625530ac97accdf0542d14f9708ee0f
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