commit | 8e224b0dbb3c465bcbe5ae4eda3ca790e7c5a81b | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu May 19 11:43:16 2016 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu May 19 11:43:16 2016 -0500 |
tree | 2c85fd1011b5bf4134d645a33bcd8654e26114b4 | |
parent | 4a74fd9870bd3fd8f51f881a50e1b9de934ce409 [diff] |
Bump version for console, object manager, and event logs Updates for: Console - Support for local tty mirroring Object manager - BMC boot performance improvements Event logs - Cap the number of event logs at 128
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