commit | 44a22c2e1e5f66aa59d2f53c30d68b969f5dfb1a | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 15 20:16:55 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 30 19:28:03 2016 +0000 |
tree | 0ef717fed73db5b7adca4781518e79d497ae9f07 | |
parent | b243adec40bffbd471f9af1997f9edb4c2f0dc27 [diff] |
systemd: export message_append_cmdline Change-Id: I337ebf4eda95597b59778c7f6198fa5388472c2e 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