commit | 58700d1e5e5a168cada948fce2fb26937e95fc3e | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 15 22:35:58 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 01:55:34 2016 +0000 |
tree | 05d37269ffe3c88718a7ac08ca416e08928594ac | |
parent | 6b136a4377c420f8c6d46dca6f07a6d3bf471bae [diff] |
Allow package wide user specificiation Allow the user to be specified package wide or per unit. Change-Id: I19a56001bd2115462f132c3079690c4b2d0a5ddf 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