commit | f7379cdeab07c6e11acf90285bcf77026f205a7f | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Fri Oct 14 10:50:18 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 20 19:16:31 2016 +0000 |
tree | 1710cfbb435b20adb829c1efefdec8ca456d4fce | |
parent | fc77ec4cee68b76294c4b69948545b77e4ee6d93 [diff] |
inarp: Convert build process to autotools Change-Id: I5bd2779102d21ef4847a13d7a01eea682cd8928c 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