commit | f2dd552b2491fc35f0bf6f9328e57d4c75ea34d6 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 30 08:54:14 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 08 14:44:29 2016 -0400 |
tree | b0d0889e72df03f116f11fc730f13d1f18ba5549 | |
parent | 5104c2f5e1566baefffc43c77f86aaadbc4bbab5 [diff] |
Add phosphor-gevent recipe And make it the default for Phosphor. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I531aa457bcc0fae4d4fff833fb1815a12af53edc
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