commit | f98709fa6fbe67f0edc0b2594a83db37dfff3e7c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jul 15 19:38:38 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jul 28 14:35:37 2016 -0400 |
tree | 6cb2ba7c70d3cd19df3342d34a0add9fee88bd9b | |
parent | 9dc5671c4803eccae7444ffb4adff8e279edf29b [diff] |
Add restart policy to systemd services Typically a restart policy of always is desired. Change-Id: I70a8dae78a8eaddbb8f5ea0b08da92711fa2f53b 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