commit | 71de76af832ec11338e5f55c2a20ce204bad8a6a | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Wed Mar 02 10:24:39 2016 -0600 |
committer | Chris Austen <austenc@us.ibm.com> | Wed Mar 02 10:24:39 2016 -0600 |
tree | 4cfa34d1e3ef96a91c5c28208de06667ae39b92a | |
parent | 927d81657e58292f9c1226e76c85f3a23a409b6b [diff] |
Integrating support for event log enhancements You will now get all the debug data in the event logs. This was different then in the past as there was a fixed few bytes of meaningless information. The feature also reduces the memory footprint of the event manager AND removes eselxxx logs in /tmp
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