commit | 5e329bafa55f9ba70acaa182fcf20c32213af105 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Aug 17 12:08:16 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 01:55:35 2016 +0000 |
tree | 8f1fe42b7537630c28f9b2b196a240e9cd9f05d7 | |
parent | 58700d1e5e5a168cada948fce2fb26937e95fc3e [diff] |
classes-systemd: Enable substitutions on non-units This will be useful for things like sd config files. Change-Id: I3afbe9446b807aa9cd4bdd20254b8ca2d5c7e6b8 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