commit | e673a96a01fb7085da3c23168ef60a664d3f1785 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 22 06:56:01 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 22 11:05:47 2016 -0600 |
tree | 689bb1b7189863d8af4fc416b701832a5c7f1a7c | |
parent | 59fc7e324386a8997cd77b0a69cbd80788022a4f [diff] |
sdbusplus: include headers in SDK Change-Id: Iad5fa91a6aa47b4ef0ea96ef86c6b299f74be814 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