commit | 395ed68d3427df75ce295f4c3bc543c8a4c474b3 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Thu Dec 29 10:50:13 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 04 17:16:27 2017 +0000 |
tree | 2bf39a6361cd4e947c9701170ae8ad6a08e87a40 | |
parent | c7248eb11c5d04d5baf64183ef841f5ce25fe557 [diff] |
Remove -fpic from host-ipmid recipe Change-Id: I5dd0c07336ed0ab1cfb07e4ce5dbfd0e940192e2 Signed-off-by: Matthew Barth <msbarth@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