commit | 8ef5fd21107625d7480346318cb858759e61ee66 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jan 11 20:42:58 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 19 17:50:10 2017 +0000 |
tree | 75c1ac0dcb14d87c6f6e544bda791899e4622622 | |
parent | eb2a4324f8a3b29a25d7e2c0ac02f9c1f10c15de [diff] |
Cherry-pick systemd mangle-escape patch systemd/systemd#5073 Change-Id: Ie0c5736e5ad5a9fff8c0d191852ffb62e0441109 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