commit | 7e60f16751c317c1adaa518f2efe4d3f39f44423 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 12 21:25:04 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 19 18:10:36 2017 +0000 |
tree | 1b4684bce0afc3085ddaf691a6424b8a95514a3a | |
parent | b1e88405a3628291434c04a760d75b3a4cdaaf79 [diff] |
Add OBMC_DBUS_PATH_ROOT and OBMC_DBUS_IFACE_ROOT Change-Id: I6edda9cd83e6464c8dfd2bf1b1011ac139d25d22 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