commit | ec2a4d176af4a2fad096b7339b873c4635670ff0 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Mon Oct 31 16:02:38 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 14 19:28:32 2016 +0000 |
tree | 84e03e260ee1d00eb77941c29bd589534c6f155e | |
parent | b21f8a03eb006dc34ab177a9753220ab8845b2e0 [diff] |
Add BMC flash section to devtree generator config Change-Id: I65e34e4b9e82957cc8c0b648a5ef0594790b6e59 Signed-off-by: Matt Spinler <spinler@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