commit | 66f56304be3356dbfc5ffee5ada2a5f0f84b3726 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Feb 02 14:01:22 2016 +1100 |
committer | Joel Stanley <joel@jms.id.au> | Tue Feb 02 14:02:05 2016 +1100 |
tree | 9877bba068a0adffd110af40191e41956cef6613 | |
parent | 2d5870852955b249cb8c7959647c0d67a08ba90b [diff] |
meta-phosphor: Update kernel version Move to openbmc-20160202-2. This brings two fixes for i2c and ncsi found using lockdep. 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