commit | 845123d512a3eee4672388fdc798c6d8ac764f86 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 09 08:56:38 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 09 17:31:28 2016 +0000 |
tree | c5b57f1f59aaaaf41a1f2c393bbe758d76ddaa47 | |
parent | 2637cc76f014f213f7dad07328f8531fb1a33b60 [diff] |
phosphor-logging: add depend on sdbusplus Change-Id: I37d1f50f38043ccc774c47533b430a15e3b61abe Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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