commit | 5104c2f5e1566baefffc43c77f86aaadbc4bbab5 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 30 00:46:40 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 08 14:43:11 2016 -0400 |
tree | 1dc2090c7ef35c3e28619eceba5bf016f62564da | |
parent | 4bd2773b9e90f71879ba67f45663a9b88f67b5f2 [diff] |
Split Rocket startup from REST application Enable drop-in replacement of WSGI application hosts with PREFERRED_PROVIDER_virtual/obmc-wsgihost. Change-Id: Ieaa4b17cb4645bfc3224aca2edebb15d023982d5 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