commit | 6695dd3372b491103282065cf82153ed5af5a9df | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 18 15:30:03 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 18 22:55:49 2016 +0000 |
tree | 5b6dd5b92ac1ef6958239e48ec3c88203a3e3d2a | |
parent | 0d6405c721af309ddceb004046d849287301ed42 [diff] |
sdbusplus.bb: bump version Change-Id: I0489c01c4835423354dfc04eb5005400437165b9 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