commit | 1299a435843aefd6eff816fbcf5e5d01245379f7 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 06 12:23:58 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 12 18:46:10 2016 +0000 |
tree | 80c9595f9f576e6de75c0ef32a5835a3f921dc7a | |
parent | d91c995d2751b3c9984c67ef2694c3b58e603270 [diff] |
Drop no-sysmgr image recipe This image recipe was initially added for illustrative purpose. Remove in an attempt to reduce clutter. Change-Id: I441f7112271170fb535a726e91cbbce73d0ac19c 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