commit | cc4dd681170f801b185806f3a52d7cb5297c2163 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Nov 08 14:10:33 2016 +1030 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 08 19:08:55 2016 +0000 |
tree | daa0b74de73745fafe7a06e6a8a72c1a97e354fd | |
parent | f03fee3d24ea7fade8ca2178b381745f167c9235 [diff] |
pdbg: version bump Major update that adds support for i2c access to secondary processors. Change-Id: I79cae7a62f4e13e1bff01ae8dd579ad859a3ed79 Signed-off-by: Joel Stanley <joel@jms.id.au>
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