commit | b8c67bf6721591c2471809333aed99670abd06e4 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Wed May 04 15:52:01 2016 -0500 |
committer | nkskjames <nkskjames@gmail.com> | Wed May 04 15:52:01 2016 -0500 |
tree | 66e69a98410d7d87a8dc53ee9a4e13ebbcd2def1 | |
parent | 77d0d7d797aec8e63a663b1e8c7c3b5318af2628 [diff] | |
parent | 1a6f489954df3a7cceb6dc7962d270fd152ef50a [diff] |
Merge pull request #254 from causten/tag7 Add version_id support in to openbmc
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