commit | 2637cc76f014f213f7dad07328f8531fb1a33b60 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 09 09:10:02 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 09 09:10:02 2016 -0600 |
tree | f359f0ed37870bc6a3f7c26a853f077bc239a58b | |
parent | 2b9cd996ab3ad1d8d8b8fe0d0e563d2aec215d54 [diff] |
sdbusplus.bb: bump version Change-Id: I23aefb5c5fefe708096800efb78eba929c635129 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