commit | 1d525fad59243e99f57a13af12641e871b6aa2d3 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Aug 17 20:27:37 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 11:51:51 2016 +0000 |
tree | 394604419bd00873e28f7ffccd374ab2bd52262d | |
parent | 913ed8c87dcb0c5829c67ea64ed80f38755954bc [diff] |
Switch to systemd state management Enable systemd chassis and bmc state management support for Phosphor. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I180496eb8e48dfc617f944053b8e909210c6df7d
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