commit | 4c9117789a819436e491c30f8fa6f5d2773de549 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 16 13:23:07 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 11:13:34 2016 +0000 |
tree | 5221d733d8b19467b383ecd9f70deb7ceceff68c | |
parent | 0161aff3820ba2fa9a83afe0e9f2a65dd6d1d9b1 [diff] |
Add phosphor-defaults.conf Add a global default configuration file for Phosphor, with purpose similar to default-distrovars.inc. Change-Id: I7b212f6025d5ce8c40f02abccfd9f998275bc281 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