commit | d509c4c937ffba8756385a3f153c74b007b61fdf | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Wed Jan 18 17:55:50 2017 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 26 03:37:47 2017 +0000 |
tree | 6b8ba8035a18a5f83d49491c271639ab4e3bef57 | |
parent | 7783a04f413f07ff9ee7924955771efd8a26f407 [diff] |
Add sysconfdir to default systemd service substitutions This could be specified as a custom substition by recipes that use it, but like bindir, sbindir, and envfiledir, it seems common enough that it should be a default substitution. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I827aad06ca8401a22554b87499ba7f33470f438d
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