commit | d6cef4dbd42103b8ce3035135b885badb48b8f57 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 27 12:10:02 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 30 17:12:18 2017 +0000 |
tree | aab6f04eeedbc7483f2c18f1db42c5b919322d75 | |
parent | fa46b781b709eaa4ea7ee4b35e71ce78aa0c003d [diff] |
mrw-rev.bbclass: bump version Change-Id: Icf21f5712da81d6203c19c6f1885e221ad4082d0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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