commit | b103a33112cd06ebb03c74808abee28b1f887b65 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Sep 15 10:39:43 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 20 21:26:51 2016 +0000 |
tree | a6465e5f0df5d2e13147924f100f51018b1c11c0 | |
parent | 171031d20c7ed03900739d51ba53ad0001f98fa5 [diff] |
Store MRW URIs and REVs in common file Change-Id: Ibc759639706583d6368740f1b2ecbf8adf2ae2c1 Signed-off-by: Matt Spinler <spinler@us.ibm.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