commit | 5cf15d07bda5b26f69a02265cb0d31f40fd423bd | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 16 11:20:03 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 16 18:56:57 2017 +0000 |
tree | 26bb6b5248dfc0bb6a1d7964eec87329dfa1204f | |
parent | 43e1b3d4def3fe2910fb2361212c3875196f0d97 [diff] |
mrw-rev.bbclass: bump version Change-Id: Idf91e12d00db026afb2fa42f26e54e76d2b600fb 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