commit | 946703bbf667b05c5bd9ec9ff9256e9702e3d4e6 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 29 21:31:56 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 08 14:34:24 2016 -0400 |
tree | e6948c7114192da83b5bdedcc3039e6457df2282 | |
parent | 3460c78ac7ee7f3fae1a0435e0e9f4676f228c40 [diff] |
Move pyphosphor to recipes-devtools With all the rest of the python recipes. Change-Id: I796e1de1edf436feb4eaea9191ca582eb7a1c37a 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