commit | ada91ca1dc1ad75a16b26fc277fbe3e653820ea5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu May 19 16:17:58 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu May 19 16:17:58 2016 -0500 |
tree | 2c85fd1011b5bf4134d645a33bcd8654e26114b4 | |
parent | 4a74fd9870bd3fd8f51f881a50e1b9de934ce409 [diff] | |
parent | 8e224b0dbb3c465bcbe5ae4eda3ca790e7c5a81b [diff] |
Merge pull request #279 from anoo1/0519 Bump version for console, object manager, and event logs
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