commit | 3337d89d2a020bb6657cdc328cf307ce0b113346 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 30 15:06:19 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 18:08:16 2016 +0000 |
tree | 289ffc502b413bd5f4396a9eb1b3c0104a205285 | |
parent | 714b576661b5cba4e99ea520c621411a4eaa5d38 [diff] |
event recipe/service updates Make use of systemd and dbus class features. Change-Id: Ia7d15bc830af4dc5d2d5bf7d497ec3cb34361369 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