commit | 6ac9dd7162e6e5fdf8e888c36ab143ec7f266cca | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Wed May 04 22:24:35 2016 -0500 |
committer | nkskjames <nkskjames@gmail.com> | Wed May 04 22:24:35 2016 -0500 |
tree | 9640ff427bea249d9aea0200239ce2059784a1b4 | |
parent | b8c67bf6721591c2471809333aed99670abd06e4 [diff] | |
parent | c1cace276cd618f3db6171da8820c604b99d35e0 [diff] |
Merge pull request #245 from bradbishop/garrison-firestone Basic support for Firestone and Garrison systems
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