commit | 7687a227e0d2653640f70434b06d11a31717d3df | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jul 28 05:42:24 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 02 05:21:20 2016 +0000 |
tree | 747084e51e5c67fae80f6331808e48cd10b5ffcd | |
parent | 68aa14044f4686547b8e18fa4c64d43a2bb0e5ad [diff] |
pflash: Update to 5.3.0 This should include a fix for parallel building. Change-Id: If4c9b7e28182465bbf4f3a1da00cacf49d347721 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