commit | 3e20a3d4bdf222f6163acbb34713d76d2b3ac402 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Nov 16 12:21:52 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Nov 24 11:47:21 2016 +0000 |
tree | 5ab85b31554a1c90eb0a02e7a470e1ff573ae7bb | |
parent | 7cd27c9f5426f75a5563cb98362167e1efc231cb [diff] |
mrw-api-native version bump Pick up a Targets.pm fix for findConnections() Change-Id: I7fa8139b9081f5c5bfb59fbc4a67e92e0a054196 Signed-off-by: Matt Spinler <spinler@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