commit | 4e2dd0031039e74511e58ba10ab204ba6d5478b5 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Fri Feb 12 15:13:02 2016 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Fri Feb 12 15:13:02 2016 +1030 |
tree | 58fc5c6cfcc9e85137eabacd54bb370ce49f33bf | |
parent | 8b868ea7cb74100e4b30ed558956ba0ba43fd671 [diff] |
meta-phosphor: Bump kernel to 20160212-1 Fixes in serial/aspeed-vuart: - Perform enable/disable on driver bind/unbind - Only disable host tx discard when serial port is in use Plus a small device tree fix from Milton. 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