commit | f03fee3d24ea7fade8ca2178b381745f167c9235 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Nov 04 12:33:27 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 08 18:59:17 2016 +0000 |
tree | 62892e850c7aa4703913b263f82fc531a297ba25 | |
parent | 068b41c3ddcccbb5bc9898b194d38cea9ecffa8b [diff] |
Add recipe for python-inflection Change-Id: If5849e79bd341c5eecccbfb12c5b042d2f122c44 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