commit | 028af1daadfe071e6741364301fdfa91bdd87db9 | [log] [tgz] |
---|---|---|
author | Sergey Solomin <sergey.solomin@us.ibm.com> | Mon Aug 15 14:21:08 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 17 14:28:43 2016 +0000 |
tree | f3d072f1dfee4e262c581ffaec35b6386c93c024 | |
parent | 34239211d138302b59858b22880c2bf39fd0890f [diff] |
phosphor-event: Convert options to config file The systemd unit file for phosphor-event currently hard codes the maximum buffer size. Convert this to a systemd EnvironmentFile so that it can more easily be replaced or changed on individual systems. Resolves openbmc/openbmc#216. Change-Id: I17d471a872248190ca6eace41bc2ea41eb60bee6 Signed-off-by: Sergey Solomin <sergey.solomin@us.ibm.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