commit | 6a861ddd11cca8558f371ade53ab43c7855f5a6d | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Mar 22 16:09:12 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 11 10:56:54 2016 -0500 |
tree | 036048e2d111e1e6138e40beceaaef6d7ab00729 | |
parent | 14cf532b6e83d294af2d568ef9efdc1066b15587 [diff] |
Limit size of event log db The event log process now supports an argument to specify the max size of the event log db. Set this size to a default of 200kB. Signed-off-by: Adriana Kobylak <anoo@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