commit | 0910c3fe90a397a84a7b46f023d091fde304cec4 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat May 28 06:54:57 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat May 28 06:54:57 2016 -0500 |
tree | 78516000bfdf2714324262fa0a41497ed7d8d5cb | |
parent | 15bd34f97a04942e60f784c4deaf9e22d2d36d2c [diff] | |
parent | fffa5376317e28d9a3a8ea84950cc0f41dbfbd14 [diff] |
Merge pull request #305 from kc8apf/i2c_tools_srcuri Fix i2c-tools SRCURI syntax
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