commit | b3530fb14f1314f5ef92751ceb31ef5b853d8e2a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 09 18:41:15 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 16 01:03:34 2016 +0000 |
tree | b72fb2d581eb4ec73a5e524be2c3860c577aaca3 | |
parent | 62f822af40d2c10388635495d69d08894a86ceae [diff] |
linux-obmc: Bump version to 4.7 Change-Id: Iffaa780c72f91e8feda6aaa17751b122c2a60aeb Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Joel Stanley <joel@jms.id.au>
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