commit | 856271db10ba2a1659ed5987953d2ab4b8d7c60d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jun 29 08:57:42 2016 -0500 |
committer | GitHub <noreply@github.com> | Wed Jun 29 08:57:42 2016 -0500 |
tree | 98e8b041acc6128db8994b79fc71040d87665df2 | |
parent | 2d1d6b72143ce6d8bf4a5bbbb95eb28994876a54 [diff] | |
parent | 642b5f47ab8399d5aa011bd939b92e8fa343e2e8 [diff] |
Merge pull request #401 from bradbishop/pflash-build Add pflash parallel build fix patch
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