commit | d1a33855271c86c3f976eae72355856adaaf3c8e | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 06 22:13:46 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 14 20:15:05 2016 +0000 |
tree | 4408d7b4f0d534c6a555d65f5cc388c5b6d2c284 | |
parent | 09ad89864988c0bb83f170d8c1638df2cab01a20 [diff] |
remove VIRTUAL-RUNTIME_xxx_ctl These variables don't do anything functionally at the moment and the idea is better implemented with a packagegroup anyway. Change-Id: I026989df7a1169d44ff1a532731c97930c95d293 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