commit | 295bc64243b5505a18ef0e2f2d8b6f73da966cdf | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 08 20:04:29 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 11:51:14 2016 +0000 |
tree | adedecf234d20d2f693475b4ea12dc604668cc30 | |
parent | be42fe9c200f9accfad758d03d36e06cdead1033 [diff] |
Add mapper client service template Use mapper-wait in Wants or Requires to defer startup of DBus services until an object exists on the DBus somewhere. Change-Id: I9bb5fe8280d842198064f2b43a9aa72731303ba8 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