commit | 2d10d8bc543b5f61fa3ba73211ec0b2b1a34b569 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 22 11:03:57 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 22 12:37:57 2016 -0600 |
tree | b3eef2f585c5eb77c20d13ff059c5ca012d9fcf7 | |
parent | 8fc96299dfb474895cd2608c94b9799e658b0452 [diff] |
python-autotools: add configuration option Allow class to be used on non-PN packages, by adding a variable to configure which package the python path is added to 'FILES' for. Change-Id: I4c00e949ea71074a5b7abd36b430f90d3eb4ab51 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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