commit | 16f9a2aa43e7e8b613c6463cb9f48f2715b9dbb1 | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Thu Dec 08 13:16:33 2016 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 19 13:35:50 2016 +0000 |
tree | 7beec394780357b9ae59795275c3d6e99be74bd8 | |
parent | 4d9fd23f0e7e9fa5e72a805c6694471c38cf9dc6 [diff] |
Remove unused INITRD variable Change-Id: I18777b815ca119dc8451e2378356a0f264717e9b Signed-off-by: Rick Altherr <raltherr@google.com>
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