commit | 934907241d876895b644229e7ed9f3a74ff71fac | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Mon Dec 19 09:05:39 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 22 01:32:35 2016 +0000 |
tree | 5b85c95232ba3fc42d844c732df92c1ec502a412 | |
parent | 3697ba8cfeb558c2ea90c8b3659625bc1205c535 [diff] |
Fix typo in op-wait-power-off Change-Id: Iaf582464f1a6311cda2d96c921ad27bc28ec9686 Signed-off-by: Andrew Geissler <andrewg@us.ibm.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