commit | 4d2c595e7c241f398bc55853f76117d4ddf538f6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 16 15:52:47 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 16 15:52:47 2016 -0500 |
tree | b43d575a667675c3663de4ddb8de6dc37e2e5b85 | |
parent | 77bf1155f7e14b1323b30a4f67ba79ff8528b92d [diff] |
skiboot: Race condition in 'gard' build Change-Id: Ieddbc96706ceb1dfd3a124a4c4b5c7b198af4b46 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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