commit | 6371e70cc4f318f7815808cf654af54d8b50ceb5 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 06 13:03:39 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 19:14:42 2016 +0000 |
tree | 5053ab21d9cf13ba724aa6037750043492874261 | |
parent | 3711b7f746f8b4fcbce0d9618e9b53b2bdcd8997 [diff] |
host-ipmid: recipe/service update Make use of dbus and systemd class features. Change-Id: I5cf39170a8bd37888ac4ae5bf432a73b3b044f6a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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