commit | d3017f1debbc12da7d9340b2502b60ee85144d68 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Wed Oct 05 08:00:32 2016 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 05 17:16:21 2016 +0000 |
tree | 62583144cf44a49cbb6c19a285a1bee043cacef4 | |
parent | 67efb05cf51c3a0173e548a742ee593c937565dd [diff] |
obmc-op-control-power: Remove machine-specific patches Remove net name patches from Firestone, Garrison, and Witherspoon. The equivalent configuration was moved into the Python machine config. Fixes openbmc/openbmc#601, fixes openbmc/openbmc#636, and fixes openbmc/openbmc#637. Change-Id: I2c2b03b506abffc1511e53dc622f42fe0589b00f Signed-off-by: Xo Wang <xow@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