commit | caf3718d94ff973b4f034eb46f5afc528ae30d79 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 07 08:21:53 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 14 21:20:55 2016 -0400 |
tree | 01548b3cdd6f044ac312a2fbb02b67741b2c99b2 | |
parent | e33beb5b178f9936b1a4021847c0c285b61dd03c [diff] |
Prune qemuarm local.conf.sample Remove comments. Remove SDL lines. Allow any distro without warning. Change-Id: If2ddff9c50f834bff30454768f563b272975866c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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