commit | f375e9cca51b3ad4df74c7c5582484854ad1b057 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 08 13:20:02 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 09 15:53:45 2016 +0000 |
tree | ca60929710e9f6086e2a3e6433a25d572225f02d | |
parent | 75122837d8a8ee0503e31d2ce5071c726132877d [diff] |
mrw-rev.bbclass: bump version Change-Id: Iaf409a101163cf0adc7442a6b91befb820a8c2b6 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