commit | 2d5870852955b249cb8c7959647c0d67a08ba90b | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Feb 02 13:28:43 2016 +1100 |
committer | Joel Stanley <joel@jms.id.au> | Tue Feb 02 13:28:43 2016 +1100 |
tree | c3b95746a0656a25bfaabf96e63140bf3fb12314 | |
parent | 1f96b8d8457d8c2e37d308e84a9660df15417b97 [diff] |
meta-phosphor: Update kernel version Move to openbmc-20160202-1. This brings in the following: - Stable release 4.3.5 - Only impact for us are some fixes for the core networking layer - First pass of VUART patches from Jeremy - Build fix for the OCC hwmon driver 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