commit | 87880c8cc1a1e71a14585a81d4e0e021eab5dd2a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 31 15:46:40 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 01 15:18:05 2016 +0000 |
tree | df424689bc9c138d3499c4a1452121c3f61a3a03 | |
parent | b05ff5a9ce38e435f720e802cad1a5d7d926f9f4 [diff] |
mrw-rev: make variable names generic Change-Id: I23a0dcffbbd18e64d59122e9405618bef5841d56 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