commit | a8fbedae7b02f9e602293005fdf792f605845985 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Wed Oct 05 09:16:52 2016 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 05 19:28:58 2016 +0000 |
tree | f8265968734ea57c37e03074001d9fbc5845146c | |
parent | d3017f1debbc12da7d9340b2502b60ee85144d68 [diff] |
zaius-config: Add Zaius config recipe Signed-off-by: Xo Wang <xow@google.com> Change-Id: I3523a192f60e335a728c06d667bdf8836dde0a16
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