commit | 730ecb841df9eace1febaf5ade7cff66ff18c583 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Nov 16 10:17:02 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Nov 17 22:47:01 2016 +0000 |
tree | e8b0989ca170c75077c18eaaf6bcb3df5437aa0f | |
parent | 04b910c48901656f07980a32bef416884d4eccb7 [diff] |
Update to use python autotools bbclass Inherit base python autotools requirements thru obmc-phosphor-python-autotools. Change-Id: Idf4bcc8669720e40e3ef147b56cf12576e3814ac Signed-off-by: Matthew Barth <msbarth@us.ibm.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