commit | 0cb60d243daaab381d490606c6f1f27bb4a6cc03 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu May 05 23:42:40 2016 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Thu May 05 23:44:45 2016 +0930 |
tree | 91d73469d6417d68b1ac7752c729fa04d5ab1055 | |
parent | 6ac9dd7162e6e5fdf8e888c36ab143ec7f266cca [diff] |
meta-phosphor: Move to openbmc-20160505-1 - Update to 4.4.9 for security and bug fixes - Adds device tree and network phy for firestone support 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