commit | 1e5b4ec8b79b8326d3a6f1abac16fd7361860901 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 30 11:05:56 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 31 10:21:42 2017 -0600 |
tree | c43d53cac938eeb697dffa283d256e40cef22a8c | |
parent | 41c7dfcd8e986e9bcfed28fae4b855849afeebdb [diff] |
phosphor-dbus-interfaces: initial recipe Change-Id: I176a16dad346877ed085472baac7a233f0a772e0 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