commit | 6b975db45f2331468058b9984f6c408f6ec8a033 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 13 10:54:37 2016 -0500 |
committer | GitHub <noreply@github.com> | Mon Jun 13 10:54:37 2016 -0500 |
tree | 131b22e327d8ba01ff28596b860f7ffd5d52bd97 | |
parent | b0e84fc9fb207fc000bd024634759c7ce9a0a776 [diff] | |
parent | b62efc0d787877d77cd53e0361cba95afab2d78c [diff] |
Merge pull request #312 from bradbishop/ast2500 initial ast2500 stubs
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